LT-127: Fixing the styling in IE
This commit is contained in:
parent
c023b35bd3
commit
d374a97017
@ -10,7 +10,6 @@
|
|||||||
width: 31px
|
width: 31px
|
||||||
|
|
||||||
#imageSlider
|
#imageSlider
|
||||||
height: 2px
|
|
||||||
position: absolute
|
position: absolute
|
||||||
left: 20px
|
left: 20px
|
||||||
|
|
||||||
@ -53,17 +52,21 @@
|
|||||||
z-index: 6
|
z-index: 6
|
||||||
|
|
||||||
&::-ms-track
|
&::-ms-track
|
||||||
|
width: 100%
|
||||||
height: 2px
|
height: 2px
|
||||||
border: 1px solid #bdc3c7
|
cursor: pointer
|
||||||
background-color: darkgrey
|
animate: 0.2s
|
||||||
z-index: 6
|
background: transparent
|
||||||
|
border-color: transparent
|
||||||
|
border-width: 15px 0
|
||||||
|
color: transparent
|
||||||
|
|
||||||
// Hide any fill IE tries to add
|
// Hide any fill IE tries to add
|
||||||
&::-ms-fill-lower
|
&::-ms-fill-lower
|
||||||
background: transparent
|
background: darkgrey
|
||||||
|
|
||||||
&::-ms-fill-upper
|
&::-ms-fill-upper
|
||||||
background: transparent
|
background: darkgrey
|
||||||
|
|
||||||
// --- Style the range thumb --- //
|
// --- Style the range thumb --- //
|
||||||
&::-webkit-slider-thumb
|
&::-webkit-slider-thumb
|
||||||
@ -101,3 +104,10 @@
|
|||||||
|
|
||||||
&:active
|
&:active
|
||||||
background-color: rgb(34, 126, 163)
|
background-color: rgb(34, 126, 163)
|
||||||
|
|
||||||
|
// Set left position in IE
|
||||||
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
|
#imageSlider {
|
||||||
|
left: 50px
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user