Improve control bar with blank videos

pull/707/merge
Chocobozzz 2018-06-11 11:53:54 +02:00
parent d879e48b21
commit 0aabe3f6f9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -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,