Browse Source

Set color for header and sidebar with modal-header-color and modal-bg-color respectively

pull/244/head
David Piontkowski 4 years ago
parent
commit
f280baa57d
  1. 12
      CSS/themes/jellyfin/jellyfin-base.css

12
CSS/themes/jellyfin/jellyfin-base.css

@ -95,6 +95,14 @@ html {
-o-background-size: auto, cover; -o-background-size: auto, cover;
} }
.headerTop {
background-color: var(--modal-header-color);
}
.mainDrawer-scrollContainer {
background-color: var(--modal-bg-color);
}
.appfooter, .appfooter,
.formDialogFooter:not(.formDialogFooter-clear) { .formDialogFooter:not(.formDialogFooter-clear) {
background: var(--footer-background); background: var(--footer-background);
@ -882,6 +890,10 @@ html {
color: rgb(var(--theme-accent-text-color)); color: rgb(var(--theme-accent-text-color));
} }
.emby-tabs-slider{
background-color: var(--modal-header-color);
}
.guide-channelHeaderCell:focus, .guide-channelHeaderCell:focus,
.programCell:focus { .programCell:focus {
background-color: rgb(var(--theme-accent-text-color)) !important; background-color: rgb(var(--theme-accent-text-color)) !important;

Loading…
Cancel
Save