projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aabe3f
)
Darker control bar
author
Chocobozzz
<me@florianbigard.com>
Mon, 11 Jun 2018 11:55:00 +0000
(13:55 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 11 Jun 2018 11:55:00 +0000
(13:55 +0200)
client/src/sass/video-js-custom.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/video-js-custom.scss
b/client/src/sass/video-js-custom.scss
index e0a07d75933aa8548760cba0706f61d2b8a82c92..c69423fe2e6b479122d8c2a19f582ac3e9e290f0 100644
(file)
--- a/
client/src/sass/video-js-custom.scss
+++ b/
client/src/sass/video-js-custom.scss
@@
-139,8
+139,8
@@
$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 -
3
px 10px rgba(0, 0, 0, 0.2);
+ background: linear-gradient(rgba(0, 0, 0, 0.
2), rgba(0, 0, 0, 0.6
));
+ box-shadow: 0 -
15px 40
px 10px rgba(0, 0, 0, 0.2);
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
.vjs-progress-control,