mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
Merge pull request #837 from Stremio/feat/scrub-bar-contrast
Some checks are pending
Build / build (push) Waiting to run
Some checks are pending
Build / build (push) Waiting to run
Player: Improve Seek Bar Contrast for Better Visibility
This commit is contained in:
commit
902b91d744
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ html.active-slider-within {
|
|||
flex: 1;
|
||||
height: var(--track-size);
|
||||
border-radius: var(--track-size);
|
||||
background-color: var(--overlay-color);
|
||||
background-color: var(--primary-accent-color);
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.track-before {
|
||||
|
|
|
|||
Loading…
Reference in a new issue