Browse Source
* commit '04fe97a4ec37e3f8de90e85de132c130311bae4a': update BI-22465 BI-23640 还原 _setVisiblees6
guy
7 years ago
23 changed files with 160 additions and 115 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,12 +0,0 @@ |
|||||||
.bi-slider-track .gray-track { |
|
||||||
background-color: rgba(153, 153, 153, 0.3); |
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d999999,endColorstr=#4d999999); |
|
||||||
-webkit-border-radius: 3px; |
|
||||||
-moz-border-radius: 3px; |
|
||||||
border-radius: 3px; |
|
||||||
} |
|
||||||
.bi-slider-track .blue-track { |
|
||||||
-webkit-border-radius: 3px; |
|
||||||
-moz-border-radius: 3px; |
|
||||||
border-radius: 3px; |
|
||||||
} |
|
@ -1,11 +1,15 @@ |
|||||||
@import "../../../index"; |
@import "../../../index"; |
||||||
|
|
||||||
.bi-slider-track { |
.bi-slider-track { |
||||||
.gray-track { |
& .gray-track { |
||||||
.background-color(@color-bi-background-gray, 30%); |
background-color: @color-bi-background-light-gray; |
||||||
.border-radius(3px); |
.border-radius(3px); |
||||||
} |
} |
||||||
.blue-track { |
& .blue-track { |
||||||
|
.border-radius(3px); |
||||||
|
} |
||||||
|
& .disabled-blue-track { |
||||||
|
background-color: @background-color-dark-gray; |
||||||
.border-radius(3px); |
.border-radius(3px); |
||||||
} |
} |
||||||
} |
} |
Loading…
Reference in new issue