forked from fanruan/fineui
guy
8 years ago
24 changed files with 84 additions and 159 deletions
@ -1,2 +0,0 @@
|
||||
/****** common color(常用颜色,可用于普遍场景) *****/ |
||||
/**** custom color(自定义颜色,用于特定场景) ****/ |
@ -1,12 +1,16 @@
|
||||
@import "../../../bibase"; |
||||
|
||||
|
||||
.bi-multi-tree-check-pane { |
||||
background-color: @color-bi-background-gray; |
||||
& .multi-tree-continue-select { |
||||
background-color: @color-bi-background-gray; |
||||
} |
||||
& .multi-tree-check-selected { |
||||
color: @color-bi-text-highlight; |
||||
} |
||||
} |
||||
|
||||
.bi-theme-dark { |
||||
.bi-multi-tree-check-pane { |
||||
background-color: @color-bi-background-normal-theme-dark; |
||||
} |
||||
} |
@ -1,5 +1,4 @@
|
||||
@import "../../bibase"; |
||||
|
||||
.bi-multi-tree-display{ |
||||
background-color: @color-bi-background-gray; |
||||
} |
Loading…
Reference in new issue