forked from fanruan/fineui
guy
8 years ago
10 changed files with 37 additions and 25 deletions
@ -1,11 +1,6 @@ |
|||||||
@import "../../bibase"; |
@import "../../bibase"; |
||||||
|
|
||||||
.bi-color-chooser-trigger { |
.bi-color-chooser-trigger { |
||||||
& .color-chooser-trigger-content { |
|
||||||
&.none-color { |
|
||||||
background-image: url('data:image/svg+xml;utf8,<svg xmlns= "http://www.w3.org/2000/svg" width= "100%" height= "100%" ><line x1= "100%" y1= "0" x2= "0" y2= "100%" stroke= "#f07d0a" stroke-width= "2" /></svg>') |
|
||||||
} |
|
||||||
} |
|
||||||
.border-radius(2px); |
.border-radius(2px); |
||||||
.box-shadow(0px, 0px, 2px, 1px, @color-bi-background-dark, inset); |
.box-shadow(0px, 0px, 2px, 1px, @color-bi-background-dark, inset); |
||||||
} |
} |
@ -1 +1,3 @@ |
|||||||
@background-loading: "icon/loading.gif"; |
@background-loading: "icon/loading.gif"; |
||||||
|
@background-auto-color: "background/auto-color.png"; |
||||||
|
@background-trans-color: "background/trans-color.png"; |
Loading…
Reference in new issue