Merge pull request #204 from robinpoort/master

Broken progress bar styling IE10
This commit is contained in:
Sam Potts 2016-05-10 09:17:09 +10:00
commit ab26525f09
3 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

@ -474,6 +474,7 @@
// <progress> element
.plyr__progress {
position: relative;
display: inline-block;
flex: 1;
input[type="range"] {

View File

@ -474,6 +474,7 @@
// <progress> element
.plyr__progress {
position: relative;
display: inline-block;
flex: 1;
input[type="range"] {