fix: incorrect detail colors
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
.innerCardFooter,
|
.innerCardFooter,
|
||||||
.blurhash-canvas,
|
.blurhash-canvas,
|
||||||
.actionSheetMenuItem:hover,
|
.actionSheetMenuItem:hover,
|
||||||
|
.toast,
|
||||||
.dialog {
|
.dialog {
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
}
|
}
|
||||||
|
|||||||
+16
-5
@@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
.backgroundContainer,
|
.backgroundContainer,
|
||||||
.formDialogHeader,
|
.formDialogHeader,
|
||||||
|
.detailRibbon,
|
||||||
.dialog,
|
.dialog,
|
||||||
.dashboardGeneralForm,
|
.dashboardGeneralForm,
|
||||||
html {
|
html {
|
||||||
@@ -36,11 +37,15 @@ html {
|
|||||||
background-color: var(--main-background);
|
background-color: var(--main-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.detailPageSecondaryContainer {
|
||||||
|
background-color: var(--second-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.sliderBubble,
|
.sliderBubble,
|
||||||
.skinHeader,
|
.skinHeader,
|
||||||
.nowPlayingBar {
|
.nowPlayingBar {
|
||||||
color: var(--main-text);
|
color: var(--main-text);
|
||||||
background-color: var(--second-background);
|
background-color: var(--second-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingBarSecondaryText {
|
.nowPlayingBarSecondaryText {
|
||||||
@@ -85,9 +90,12 @@ html {
|
|||||||
border-color: var(--main-color);
|
border-color: var(--main-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.fab, .raised {
|
|
||||||
background-color: var(--second-background);
|
.toast,
|
||||||
|
.fab,
|
||||||
|
.raised {
|
||||||
color: var(--main-text);
|
color: var(--main-text);
|
||||||
|
background-color: var(--second-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-button-foreground {
|
.emby-button-foreground {
|
||||||
@@ -245,9 +253,12 @@ legend {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fieldDescription,
|
.fieldDescription,
|
||||||
.secondary,
|
.secondary {
|
||||||
|
color: var(--dimmer-text) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.listItemBodyText {
|
.listItemBodyText {
|
||||||
color: var(--dimmer-text);
|
color: var(--main-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItem-border {
|
.listItem-border {
|
||||||
|
|||||||
Reference in New Issue
Block a user