diff options
-rw-r--r-- | client/src/sass/video-js-custom.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index aeff282eb..e0a07d759 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -139,6 +139,9 @@ $progress-margin: 10px; | |||
139 | 139 | ||
140 | .vjs-control-bar { | 140 | .vjs-control-bar { |
141 | height: $control-bar-height; | 141 | height: $control-bar-height; |
142 | background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)); | ||
143 | box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2); | ||
144 | text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); | ||
142 | 145 | ||
143 | .vjs-progress-control, | 146 | .vjs-progress-control, |
144 | .vjs-play-control, | 147 | .vjs-play-control, |