Styling minor tweaks

This commit is contained in:
Sam Potts
2016-07-10 20:45:54 +10:00
parent 7f7ecf852e
commit bf9de231d8
9 changed files with 146 additions and 150 deletions

View File

@ -353,7 +353,6 @@
border-radius: inherit;
background: @plyr-audio-controls-bg;
border: @plyr-audio-controls-border;
box-shadow: @plyr-audio-controls-box-shadow;
color: @plyr-audio-control-color;
button {
@ -378,7 +377,7 @@
background: @plyr-video-control-bg-hover;
border: 4px solid currentColor;
border-radius: 100%;
box-shadow: 0 1px 1px fade(@plyr-video-controls-bg, 15%);
box-shadow: 0 1px 1px fade(#000, 15%);
color: @plyr-video-control-color;
transition: all .3s ease;