Docs tweaks

This commit is contained in:
Sam Potts
2016-04-27 00:34:44 +10:00
parent 68c4b52dfa
commit b077bb9f5f
9 changed files with 31 additions and 23 deletions

View File

@ -371,6 +371,7 @@
background: @plyr-video-control-bg-hover;
border: 4px solid @plyr-video-control-color;
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;

View File

@ -4,7 +4,7 @@
// ==========================================================================
// Colors
@plyr-color-main: #3498DB;
@plyr-color-main: #02BD9B;
// Font sizes
@plyr-font-size-small: 14px;