Max width on range progress indicators

This commit is contained in:
Sam Potts 2016-04-28 18:33:58 +10:00
parent 27e3583fbc
commit 85600ef685
2 changed files with 3 additions and 1 deletions

2
dist/plyr.css vendored

File diff suppressed because one or more lines are too long

View File

@ -541,11 +541,13 @@
&::-webkit-progress-value {
min-width: @plyr-range-track-height;
max-width: 99%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
&::-moz-progress-bar {
min-width: @plyr-range-track-height;
max-width: 99%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}