Darker control bar
This commit is contained in:
parent
0aabe3f6f9
commit
fc16f981da
1 changed files with 2 additions and 2 deletions
|
@ -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 -3px 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 40px 10px rgba(0, 0, 0, 0.2);
|
||||
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
||||
|
||||
.vjs-progress-control,
|
||||
|
|
Loading…
Reference in a new issue