From 23542f197e298d76ae92f3f592a2759275fa4dcd Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 11 Nov 2025 22:43:26 +0530 Subject: [PATCH] Fix: Used standard colors in episode lists dev: simplified some selectors to improve compatibility with HSS plugin --- Theme/ElegantFin-theme-nightly.css | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index ba618a5..ced3ceb 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2462,9 +2462,19 @@ div[data-role="controlgroup"] a.ui-btn-active { background-color: rgba(255, 255, 255, 0.07); } -[dir="ltr"] .listItem:not(.actionSheetMenuItem)[data-type="Episode"] .listItemBodyText:not(.secondary) { +/* [dir="ltr"] .listItem:not(.actionSheetMenuItem)[data-type="Episode"] .listItemBodyText:not(.secondary) { font-size: 1.17em; font-weight: 600; +} */ + +.listItem-largeImage .listItemBodyText:not(.secondary) { + font-size: 1.17em; + font-weight: 600; + color: var(--textColor); +} + +.listItemBodyText.secondary { + color: var(--dimTextColor); } .listItemBody > .listItemBodyText:not(.secondary) { @@ -3465,13 +3475,23 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense > div:first-child { } /* this :not() is needed to prevent affecting the mixed media libraries on the home page */ -#homeTab .overflowBackdropCard[data-isfolder="true"]:not(.groupedCard) .cardPadder-overflowBackdrop { +/* #homeTab .overflowBackdropCard[data-isfolder="true"]:not(.groupedCard) .cardPadder-overflowBackdrop { padding-bottom: 50%; } #homeTab .overflowBackdropCard[data-isfolder="true"]:not(.groupedCard) .cardText-first, #homeTab .overflowBackdropCard[data-isfolder="true"]:not(.groupedCard) .cardText.cardTextCentered { display: var(--libraryLabelVisibility); +} */ + +.overflowBackdropCard[data-type="CollectionFolder"] .cardPadder-overflowBackdrop, +.overflowBackdropCard[data-type="UserView"] .cardPadder-overflowBackdrop { + padding-bottom: 50%; +} + +.overflowBackdropCard[data-type="CollectionFolder"] .cardText-first, +.overflowBackdropCard[data-type="UserView"] .cardText-first { + display: var(--libraryLabelVisibility); } .nowPlayingButtonsContainer {