windy
5 years ago
7 changed files with 19 additions and 3 deletions
@ -0,0 +1,3 @@ |
|||||||
|
.bi-multi-select-search-pane .multi-select-toolbar { |
||||||
|
color: #faaa39; |
||||||
|
} |
@ -0,0 +1,3 @@ |
|||||||
|
.bi-single-select-search-pane .single-select-toolbar { |
||||||
|
color: #faaa39; |
||||||
|
} |
@ -0,0 +1,8 @@ |
|||||||
|
@import "../../../index"; |
||||||
|
|
||||||
|
|
||||||
|
.bi-single-select-search-pane{ |
||||||
|
& .single-select-toolbar{ |
||||||
|
color: @color-bi-text-redmark; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue