From 0aabe3f6f98a8f3057c8e5d7a71a0f832feb136e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 Jun 2018 11:53:54 +0200 Subject: Improve control bar with blank videos --- client/src/sass/video-js-custom.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client') 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; .vjs-control-bar { height: $control-bar-height; + background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)); + box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2); + text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); .vjs-progress-control, .vjs-play-control, -- cgit v1.2.3