Commit 7ab00a31 authored by Alexander Yuzhin's avatar Alexander Yuzhin

Fix Bug 34040

parent d80f5ed5
...@@ -216,3 +216,15 @@ input, textarea { ...@@ -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;
}
\ No newline at end of file
...@@ -222,3 +222,15 @@ input, textarea { ...@@ -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;
}
\ No newline at end of file
...@@ -169,3 +169,15 @@ input, textarea { ...@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment