aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/video-js-custom.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss
index 0d615d664..351ef21cd 100644
--- a/client/src/sass/video-js-custom.scss
+++ b/client/src/sass/video-js-custom.scss
@@ -37,6 +37,11 @@ $control-bar-height: 34px;
37 margin-left: -($big-play-width / 2); 37 margin-left: -($big-play-width / 2);
38 margin-top: -($big-play-height / 2); 38 margin-top: -($big-play-height / 2);
39 background-color: transparent !important; 39 background-color: transparent !important;
40
41 &::-moz-focus-inner {
42 border: 0;
43 padding: 0
44 }
40 } 45 }
41 46
42 &.vjs-has-started .vjs-big-play-button { 47 &.vjs-has-started .vjs-big-play-button {