aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-06-07 23:00:26 +1000
committerSam Potts <me@sampotts.me>2015-06-07 23:00:26 +1000
commit4c17f985208c147294cff0f05c39617d13e61efd (patch)
tree9bf10b19ce13af98bac1fb725e798f7a3c0e30b9 /src/sass
parentdf84ce6e90b1e4bad78939cf4095493bd2e17b11 (diff)
downloadplyr-4c17f985208c147294cff0f05c39617d13e61efd.tar.lz
plyr-4c17f985208c147294cff0f05c39617d13e61efd.tar.xz
plyr-4c17f985208c147294cff0f05c39617d13e61efd.zip
TogglePlay API method (Fixes #86), Volume border (Fixes #87), Chrome Subs (Fixes #90)
Diffstat (limited to 'src/sass')
-rw-r--r--src/sass/plyr.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sass/plyr.scss b/src/sass/plyr.scss
index 69688d38..02d5e7ef 100644
--- a/src/sass/plyr.scss
+++ b/src/sass/plyr.scss
@@ -471,7 +471,8 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo
margin: 0 $control-spacing 0 0;
padding: 0;
cursor: pointer;
- background: none;
+ background: transparent;
+ border: none;
// Webkit
&::-webkit-slider-runnable-track {