Fixed for array passed to _on and _off

This commit is contained in:
Sam Potts
2016-10-03 17:16:05 +11:00
parent 613c45ede9
commit 21a30f1b6f
6 changed files with 24 additions and 25 deletions

View File

@ -17,7 +17,7 @@
@plyr-font-size-base: 16px;
// Captions
@plyr-captions-bg: fade(#343f4a, 85%);
@plyr-captions-bg: fade(#000, 85%);
@plyr-captions-color: #fff;
@plyr-font-size-captions-base: @plyr-font-size-base;
@plyr-font-size-captions-medium: ceil(@plyr-font-size-base * 1.5);