mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Make load-progress color solid
This commit is contained in:
parent
2177aff370
commit
9c7c5cafd4
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ div {
|
|||
|
||||
.video-js .vjs-load-progress,
|
||||
.video-js .vjs-load-progress div {
|
||||
background: rgba(87, 87, 88, 0.5);
|
||||
background: rgba(87, 87, 88, 1);
|
||||
}
|
||||
|
||||
.video-js .vjs-slider:hover,
|
||||
|
|
Loading…
Reference in a new issue