windy
7 years ago
19 changed files with 139 additions and 98 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