mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +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%;
|
width: 100%;
|
||||||
height: var(--track-size);
|
height: var(--track-size);
|
||||||
border-radius: var(--track-size);
|
border-radius: var(--track-size);
|
||||||
background-color: var(--overlay-color);
|
background-color: var(--primary-accent-color);
|
||||||
|
opacity: 0.2;
|
||||||
|
|
||||||
&.audio-boost {
|
&.audio-boost {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue