Playback slider color fix

This commit is contained in:
Levi 2024-04-23 16:12:46 +02:00
parent e26bb9dc3a
commit 72bc061733

View file

@ -1676,7 +1676,7 @@ button.is-emby-button:hover emby-button .navMenuOptionText {
/* Video Playback Progress Bar */
.mdl-slider-background-lower,
.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 */