Browse Source

removed emby logo

pull/226/head
Marius 3 years ago
parent
commit
894ae86ff2
  1. 14
      CSS/themes/jellyfin/jellyfin-base.css

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

@ -94,6 +94,10 @@ html {
background: var(--button-background);
color: var(--theme-text-color)
}
.dialog-blur, .toast {
background: var(--button-background) !important;
color: var(--theme-text-color) !important;
}
@supports (backdrop-filter: blur(1em)) or (-webkit-backdrop-filter:blur(1em)) {
.detailButton-icon,.emby-select-withcolor.detailTrackSelect,.fab,.raised:not(.nobackdropfilter) {
@ -226,6 +230,11 @@ html {
background: rgba(54,54,54,.8)
}
.listItemIcon:not(.listItemIcon-transparent) {
background-color: var(--theme-primary-color);
color: #fff;
}
.progressring-spiner {
border-color: var(--theme-primary-color)
}
@ -499,11 +508,6 @@ html {
color: #c33!important
}
.drawerLogo {
background-image: url(https://theme-park.dev/Resources/emby/logowhite.png);
border-bottom-color: var(--line-background)
}
.searchTabsContainer {
border-bottom: var(--line-size) solid var(--line-background)
}

Loading…
Cancel
Save