Seek tooltip, bug fixes for SASS, fullscreen and icons

This commit is contained in:
Sam Potts
2016-01-24 11:25:31 +11:00
parent 173e651e3f
commit a965d8a893
24 changed files with 198 additions and 106 deletions

View File

@ -50,7 +50,12 @@ video,
}
.plyr__progress {
border-radius: @border-radius-base @border-radius-base 0 0;
overflow: hidden;
progress,
[type='range'] {
border-radius: @border-radius-base @border-radius-base 0 0;
overflow: hidden;
}
}
}