fix: incorrect up next dialog color
This commit is contained in:
committed by
Adam Perkowski
parent
914b5e30b2
commit
f5b66780ae
+3
-1
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user