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

Fix Bug 34040

parent d80f5ed5
......@@ -215,4 +215,16 @@ input, textarea {
padding: 3px 10px;
color: #ffffff;
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
......@@ -221,4 +221,16 @@ input, textarea {
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
......@@ -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