fix: incorrect detail colors

This commit is contained in:
Adam Perkowski
2025-03-01 17:31:30 +01:00
parent d983ff9181
commit d79ead92d9
2 changed files with 17 additions and 5 deletions
+1
View File
@@ -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
View File
@@ -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 {