Browse Source

removed jellyfin-base.css changes

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

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

@ -95,14 +95,6 @@ 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);
@ -890,10 +882,6 @@ 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