From df738f6dd9eb2063433db8c13e4a1bdd76274a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CF=83=D1=82=D1=82=CF=83=20=E2=88=82=CF=83=D1=94=D1=95?= =?UTF-8?q?=CE=B7=27=D1=82=20=D0=BA=CE=B7=CF=83=CF=89?= Date: Wed, 4 Aug 2021 14:27:47 +0200 Subject: [PATCH] fix jellyfin backdrops --- CSS/themes/jellyfin/jellyfin-base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CSS/themes/jellyfin/jellyfin-base.css b/CSS/themes/jellyfin/jellyfin-base.css index 4bf5d2d2..1c61ea13 100644 --- a/CSS/themes/jellyfin/jellyfin-base.css +++ b/CSS/themes/jellyfin/jellyfin-base.css @@ -158,8 +158,7 @@ html { } -.backgroundContainer, -html { +.backgroundContainer:not(.backgroundContainer.withBackdrop), html { background: var(--theme-background); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; @@ -920,4 +919,4 @@ html { .layout-tv .emby-button.detailFloatingButton:focus { background-color: #f2f2f2; color: rgb(var(--theme-accent-text-color)); -} \ No newline at end of file +}