Playback slider color fix
This commit is contained in:
parent
e26bb9dc3a
commit
72bc061733
1 changed files with 1 additions and 1 deletions
|
@ -1676,7 +1676,7 @@ button.is-emby-button:hover emby-button .navMenuOptionText {
|
||||||
/* Video Playback Progress Bar */
|
/* Video Playback Progress Bar */
|
||||||
.mdl-slider-background-lower,
|
.mdl-slider-background-lower,
|
||||||
.mdl-slider-background-upper {
|
.mdl-slider-background-upper {
|
||||||
background: linear-gradient(to right, rgba(163, 95, 198, 0.5) 0%, rgba(6, 161, 217, 0.5) 100%);
|
background: linear-gradient(to right, hsla(348, 58%, 23%, 0.5) 0%, hsla(348, 50%, 50%, 0.5) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Apply flex display style only to the Continue Watching section in the home page */
|
/* Apply flex display style only to the Continue Watching section in the home page */
|
||||||
|
|
Loading…
Reference in a new issue