Bug fix for no buffer

This commit is contained in:
Sam Potts
2016-05-19 11:56:24 +10:00
parent 0b7dc51bd1
commit ac0061b83e
6 changed files with 12 additions and 7 deletions

View File

@ -375,7 +375,7 @@
border-radius: 100%;
box-shadow: 0 1px 1px fade(@plyr-video-controls-bg, 15%);
color: @plyr-video-control-color;
transition: opacity .3s ease, visibility .3s ease;
transition: all .3s ease;
svg {
position: relative;