From 60ba1ef6b433cd32e1c245ae3f6932fc431af016 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 25 Jan 2025 17:33:09 +0530 Subject: [PATCH] Fix: Now playing indicator icon was showing over the animated gif New: Modified the style a bit --- Theme/ElegantFin-theme-nightly.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 338eb86..a7c6485 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2078,4 +2078,14 @@ color: var(--textColor); .nowPlayingAlbum.nowPlayingSeason{ color: var(--dimTextColor); +} + +.playlistIndexIndicatorImage { + background-blend-mode: difference; + background-color: var(--textColor); + background-size: contain !important; +} + +.playlistIndexIndicatorImage.defaultCardBackground .audiotrack{ + display: none; } \ No newline at end of file