aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/video-js-custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-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 efaf3e3cb..768b7895f 100644
--- a/client/src/sass/video-js-custom.scss
+++ b/client/src/sass/video-js-custom.scss
@@ -641,6 +641,11 @@ $setting-transition-easing: ease-out;
641 .vjs-settings-sub-menu-value { 641 .vjs-settings-sub-menu-value {
642 width: 100%; 642 width: 100%;
643 text-align: right; 643 text-align: right;
644
645 small {
646 font-size: 0.85em;
647 opacity: 0.8;
648 }
644 } 649 }
645 650
646 .vjs-settings-panel { 651 .vjs-settings-panel {