Adjust player buffer progress color
This commit is contained in:
parent
edc4f7abca
commit
810692ca29
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ $control-bar-icon-size: 0.8rem;
|
|||
// Load progress color
|
||||
.vjs-load-progress,
|
||||
.vjs-load-progress div {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
// Progress Bar Background
|
||||
|
|
Loading…
Reference in a new issue