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{ |
||||
.bi-multi-tree-check-pane { |
||||
background-color: @color-bi-background-gray; |
||||
& .multi-tree-continue-select{ |
||||
background-color: @color-bi-background-gray; |
||||
& .multi-tree-continue-select { |
||||
} |
||||
& .multi-tree-check-selected{ |
||||
& .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; |
||||
} |
@ -1,17 +1,10 @@
|
||||
@import "../../bibase"; |
||||
|
||||
.bi-multi-tree-trigger{ |
||||
.bi-multi-tree-trigger { |
||||
border: 1px solid @color-bi-border-normal; |
||||
.border-corner-radius(2px, 2px, 2px, 2px); |
||||
& .trigger-check-selected{ |
||||
border: 1px solid @color-bi-text-highlight; |
||||
.border-corner-radius(8px, 8px, 8px, 8px); |
||||
color: @color-bi-text-highlight; |
||||
background-color: @color-bi-background-default; |
||||
z-index: 1; |
||||
} |
||||
|
||||
& .trigger-icon-button{ |
||||
& .trigger-icon-button { |
||||
border-left: 1px solid @color-bi-border-normal; |
||||
font-size: 16px; |
||||
} |
||||
|
Loading…
Reference in new issue