fix: incorrect up next dialog color

This commit is contained in:
mxgic1337
2025-03-07 19:57:10 +01:00
committed by Adam Perkowski
parent 914b5e30b2
commit f5b66780ae
+3 -1
View File
@@ -179,7 +179,8 @@ html {
.mdl-slider, .mdl-slider,
.headerRight, .headerRight,
.headerLeft, .headerLeft,
.button-link { .button-link,
.upNextDialog-countdownText {
color: var(--main-color); color: var(--main-color);
} }
@@ -266,6 +267,7 @@ html {
.paper-icon-button-light, .paper-icon-button-light,
.emby-button-foreground, .emby-button-foreground,
.iconOsd .iconOsdIcon, .iconOsd .iconOsdIcon,
.upNextContainer,
legend { legend {
color: var(--main-text); color: var(--main-text);
} }