Skip to content
Snippets Groups Projects
Unverified Commit fc16f981 authored by Chocobozzz's avatar Chocobozzz
Browse files

Darker control bar

parent 0aabe3f6
No related branches found
No related tags found
No related merge requests found
...@@ -139,8 +139,8 @@ $progress-margin: 10px; ...@@ -139,8 +139,8 @@ $progress-margin: 10px;
.vjs-control-bar { .vjs-control-bar {
height: $control-bar-height; height: $control-bar-height;
background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)); background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 -15px 40px 10px rgba(0, 0, 0, 0.2);
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
.vjs-progress-control, .vjs-progress-control,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment