diff options
Diffstat (limited to 'src/less')
-rw-r--r-- | src/less/plyr.less | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/less/plyr.less b/src/less/plyr.less index 4a1f95a7..b9bc8a30 100644 --- a/src/less/plyr.less +++ b/src/less/plyr.less @@ -478,7 +478,8 @@ margin: 0 @control-spacing 0 0; padding: 0; cursor: pointer; - background: none; + background: transparent; + border: none; // Webkit &::-webkit-slider-runnable-track { @@ -578,12 +579,9 @@ top: auto; bottom: 90px; - @media (min-width: @bp-control-split) and (max-width: (@bp-captions-large - 1)) { + @media (min-width: @bp-control-split) { bottom: 60px; } - @media (min-width: @bp-captions-large) { - bottom: 80px; - } } } .player-controls { @@ -596,11 +594,10 @@ // Hide controls when playing in full screen &.fullscreen-hide-controls.playing .player-controls { transform: translateY(100%) translateY(@control-spacing / 2); - transition: transform .3s 1s ease; + transition: transform .3s .2s ease; &.hover { transform: translateY(0); - transition-delay: 0; } } } |