From e9bee920074313aeb2eb89047b286217aff12f9b Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 9 Nov 2025 21:56:44 +0530 Subject: [PATCH] Fix: Media rating font color and the play button text alignment was incorrect in the Media Bar plugin --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index b871104..f5cbab2 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1069,6 +1069,7 @@ html { transform: translateY(-0.15em); font-weight: 600; border: var(--defaultBorder); + color: var(--textColor); } .starIcon { @@ -2281,7 +2282,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before { flex-direction: row; } -.btnPlay:not(.formDialogFooterItem):after { +.btnPlay:not(.formDialogFooterItem):not(.play-button):after { content: attr(title); padding: 0 1ch; }