guy
8 years ago
31 changed files with 294 additions and 128 deletions
@ -1,14 +1,22 @@ |
|||||||
@import "../../bibase"; |
@import "../../bibase"; |
||||||
|
|
||||||
.bi-color-chooser-popup{ |
.bi-color-chooser-popup { |
||||||
& .color-chooser-popup-title{ |
& .color-chooser-popup-title { |
||||||
background: @color-bi-background-gray; |
background: @color-bi-background-gray; |
||||||
border-bottom: 1px solid @color-bi-split-dark; |
border-bottom: 1px solid @color-bi-split-dark; |
||||||
} |
} |
||||||
& .color-chooser-popup-more{ |
& .color-chooser-popup-more { |
||||||
background: @color-bi-background-gray; |
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"; |
@import "../../bibase"; |
||||||
|
|
||||||
.bi-popup-panel{ |
.bi-popup-panel { |
||||||
& .popup-panel-title{ |
& .popup-panel-title { |
||||||
background: @color-bi-background-gray; |
background: @color-bi-background-gray; |
||||||
border-bottom: 1px solid @color-bi-split-dark; |
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"; |
@import "../../bibase"; |
||||||
.bi-float-box{ |
|
||||||
background: @color-bi-background-default; |
.bi-float-box { |
||||||
& .float-box-button{ |
background-color: @color-bi-background-default; |
||||||
color: @color-bi-text; |
color: @color-bi-text-black; |
||||||
background: @color-bi-background-highlight; |
} |
||||||
border: 1px solid @color-bi-border-normal; |
|
||||||
|
.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