forked from fanruan/fineui
guy
8 years ago
31 changed files with 294 additions and 128 deletions
@ -1,14 +1,22 @@
|
||||
@import "../../bibase"; |
||||
|
||||
.bi-color-chooser-popup{ |
||||
& .color-chooser-popup-title{ |
||||
.bi-color-chooser-popup { |
||||
& .color-chooser-popup-title { |
||||
background: @color-bi-background-gray; |
||||
border-bottom: 1px solid @color-bi-split-dark; |
||||
} |
||||
& .color-chooser-popup-more{ |
||||
& .color-chooser-popup-more { |
||||
background: @color-bi-background-gray; |
||||
&:hover{ |
||||
background: @color-bi-background-dark; |
||||
} |
||||
} |
||||
|
||||
.bi-theme-dark { |
||||
.bi-color-chooser-popup { |
||||
& .color-chooser-popup-title { |
||||
background: @color-bi-background-normal-theme-dark; |
||||
} |
||||
& .color-chooser-popup-more { |
||||
background: @color-bi-background-normal-theme-dark; |
||||
} |
||||
} |
||||
} |
@ -1,8 +1,16 @@
|
||||
@import "../../bibase"; |
||||
|
||||
.bi-popup-panel{ |
||||
& .popup-panel-title{ |
||||
.bi-popup-panel { |
||||
& .popup-panel-title { |
||||
background: @color-bi-background-gray; |
||||
border-bottom: 1px solid @color-bi-split-dark; |
||||
} |
||||
} |
||||
|
||||
.bi-theme-dark { |
||||
.bi-popup-panel { |
||||
& .popup-panel-title { |
||||
background: @color-bi-background-normal-theme-dark; |
||||
} |
||||
} |
||||
} |
@ -1,9 +1,13 @@
|
||||
@import "../../bibase"; |
||||
.bi-float-box{ |
||||
background: @color-bi-background-default; |
||||
& .float-box-button{ |
||||
color: @color-bi-text; |
||||
background: @color-bi-background-highlight; |
||||
border: 1px solid @color-bi-border-normal; |
||||
|
||||
.bi-float-box { |
||||
background-color: @color-bi-background-default; |
||||
color: @color-bi-text-black; |
||||
} |
||||
|
||||
.bi-theme-dark { |
||||
.bi-float-box { |
||||
background-color: @color-bi-background-default-theme-dark; |
||||
color: @color-bi-text-theme-dark; |
||||
} |
||||
} |
Loading…
Reference in new issue