mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Merge pull request #859 from Stremio/fix/player-seekbar-background-track
Player: bring back seekbar increased visibility
This commit is contained in:
commit
f5ac53729d
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@ html.active-slider-within {
|
|||
width: 100%;
|
||||
height: var(--track-size);
|
||||
border-radius: var(--track-size);
|
||||
background-color: var(--overlay-color);
|
||||
background-color: var(--primary-accent-color);
|
||||
opacity: 0.2;
|
||||
|
||||
&.audio-boost {
|
||||
opacity: 0.3;
|
||||
|
|
|
|||
Loading…
Reference in a new issue