Fix Bug 34040

This commit is contained in:
Alexander Yuzhin 2017-02-10 14:15:29 +03:00
parent d80f5ed598
commit 7ab00a31ef
6 changed files with 66 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -216,3 +216,15 @@ input, textarea {
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;
}

File diff suppressed because one or more lines are too long

View file

@ -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

View 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;
}