From 73cb573fc3bd58342a792bbd64757141e3a3e5df Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 1 Jun 2025 20:17:59 +0530 Subject: [PATCH] New: Change outline heart icon to filled if the item is favorite New: Made the card overlay 'Mark Played' icon thicker --- Theme/ElegantFin-theme-nightly.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index c5cafef..6638341 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1758,6 +1758,15 @@ div[data-type="PhotoAlbum"] .play_arrow:before { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48; } +.cardScalable .material-icons.check:before { + font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 20; + transform: scale(1.25); +} + +.emby-button[title="Favorite"] .material-icons.favorite:before { + font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20; +} + .detailButton:not(.btnPlay) { color: var(--textColor); backdrop-filter: none;