diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-11 11:53:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-11 11:53:54 +0200 |
commit | 0aabe3f6f98a8f3057c8e5d7a71a0f832feb136e (patch) | |
tree | fa75c16f4d11ac7a4ffae4e216286a32dc48d856 /client/src | |
parent | d879e48b216d34c9f9a51b33442ce082a954ed02 (diff) | |
download | PeerTube-0aabe3f6f98a8f3057c8e5d7a71a0f832feb136e.tar.gz PeerTube-0aabe3f6f98a8f3057c8e5d7a71a0f832feb136e.tar.zst PeerTube-0aabe3f6f98a8f3057c8e5d7a71a0f832feb136e.zip |
Improve control bar with blank videos
Diffstat (limited to 'client/src')
-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, |