Volume fixes, iOS bug fixes

This commit is contained in:
Sam Potts
2016-04-27 22:47:03 +10:00
parent cb0b22574a
commit 2385291886
7 changed files with 36 additions and 28 deletions

View File

@ -6,7 +6,7 @@
// <input type="range"> styling
.plyr-range-track() {
height: @plyr-range-track-height;
background: currentColor;
background: transparent;
border: 0;
border-radius: (@plyr-range-track-height / 2);
user-select: none;