Browse Source
* commit 'a87c0c1b15b517a21d3bd6656d7222c4b3320a9a': update update update BI-25547 && BI-24611 && BI-25389es6
Teller
6 years ago
19 changed files with 234 additions and 159 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,9 +1,22 @@
|
||||
.bi-single-slider-button .slider-button { |
||||
cursor: ew-resize; |
||||
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
||||
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
||||
-webkit-border-radius: 7px; |
||||
-moz-border-radius: 7px; |
||||
border-radius: 7px; |
||||
border: 2px solid #3685f2; |
||||
-webkit-border-radius: 8px; |
||||
-moz-border-radius: 8px; |
||||
border-radius: 8px; |
||||
background-color: #ffffff; |
||||
height: 16px; |
||||
width: 16px; |
||||
top: 6px; |
||||
left: -8px; |
||||
} |
||||
.bi-single-slider-button .slider-button:hover, |
||||
.bi-single-slider-button .slider-button.hover { |
||||
-webkit-border-radius: 10px; |
||||
-moz-border-radius: 10px; |
||||
border-radius: 10px; |
||||
width: 20px; |
||||
height: 20px; |
||||
top: 4px; |
||||
left: -10px; |
||||
} |
||||
|
Loading…
Reference in new issue