mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix(Slider): seekbar background style
This commit is contained in:
parent
23819cc133
commit
f2f99fcedd
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