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

Fix Bug 34040

parent d80f5ed5
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -215,4 +215,16 @@ input, textarea { ...@@ -215,4 +215,16 @@ input, textarea {
padding: 3px 10px; padding: 3px 10px;
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
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -221,4 +221,16 @@ input, textarea { ...@@ -221,4 +221,16 @@ input, textarea {
background-size: contain; background-size: contain;
} }
} }
}
// 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
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -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