From 70bede106958cf2aa39c4d6ca6c0d2b8e5d9c4d5 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Tue, 20 Jul 2021 21:51:03 +0200 Subject: [PATCH] jelly small acxcent fix --- CSS/themes/jellyfin/jellyfin-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/jellyfin/jellyfin-base.css b/CSS/themes/jellyfin/jellyfin-base.css index 00fc37c2..2e8b0f2f 100644 --- a/CSS/themes/jellyfin/jellyfin-base.css +++ b/CSS/themes/jellyfin/jellyfin-base.css @@ -144,7 +144,7 @@ html { } } -.detailButton-icon,.fab,.raised { +.fab,.raised { background: var(--button-background); color: var(--theme-text-color) } @@ -170,7 +170,7 @@ html { } @supports (backdrop-filter: blur(1em)) or (-webkit-backdrop-filter:blur(1em)) { - .detailButton-icon,.emby-select-withcolor.detailTrackSelect,.fab,.raised:not(.nobackdropfilter) { + .detailButton-icon:not(.playstatebutton-icon-unplayed),.emby-select-withcolor.detailTrackSelect,.fab,.raised:not(.nobackdropfilter) { background:rgba(85,85,85,.3); -webkit-backdrop-filter: saturate(1.8) blur(1.5em); backdrop-filter: saturate(1.8) blur(1.5em)