Fix Bug 34040
This commit is contained in:
parent
d80f5ed598
commit
7ab00a31ef
File diff suppressed because one or more lines are too long
|
@ -216,3 +216,15 @@ input, textarea {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Workaround ios 10.3
|
||||||
|
|
||||||
|
.range-slider input[type=range]::-webkit-slider-thumb {
|
||||||
|
height: 28px;
|
||||||
|
width: 28px;
|
||||||
|
border-radius: 28px;
|
||||||
|
background: #fff;
|
||||||
|
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
|
||||||
|
z-index: 10;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -222,3 +222,15 @@ input, textarea {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Workaround ios 10.3
|
||||||
|
|
||||||
|
.range-slider input[type=range]::-webkit-slider-thumb {
|
||||||
|
height: 28px;
|
||||||
|
width: 28px;
|
||||||
|
border-radius: 28px;
|
||||||
|
background: #fff;
|
||||||
|
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
|
||||||
|
z-index: 10;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -169,3 +169,15 @@ input, textarea {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Workaround ios 10.3
|
||||||
|
|
||||||
|
.range-slider input[type=range]::-webkit-slider-thumb {
|
||||||
|
height: 28px;
|
||||||
|
width: 28px;
|
||||||
|
border-radius: 28px;
|
||||||
|
background: #fff;
|
||||||
|
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
|
||||||
|
z-index: 10;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue