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