diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index e0a07d759..c69423fe2 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -139,8 +139,8 @@ $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)); | 142 | background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); |
143 | box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2); | 143 | box-shadow: 0 -15px 40px 10px rgba(0, 0, 0, 0.2); |
144 | text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); | 144 | text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); |
145 | 145 | ||
146 | .vjs-progress-control, | 146 | .vjs-progress-control, |