From af767513292fe24b0d16dfcbd399030940b46ae9 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 28 Mar 2025 06:28:13 -0700 Subject: [PATCH] New: Updated cell and focus colors in Live TV Guide --- Theme/ElegantFin-theme-nightly.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index fd88809..16f4a9f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1959,6 +1959,19 @@ div[data-role=controlgroup] a.ui-btn-active { background-color: var(--lighterGradientPointAlpha); } +.channelPrograms>.programCell:nth-child(odd) { + background-color: var(--darkerGradientPoint); +} + +.channelPrograms>.programCell:nth-child(even) { + /* background-color: #11182700; */ +} + +.guide-channelHeaderCell:focus, +.programCell:focus { + background-color: var(--highlightOutlineColor) !important; +} + .emby-select-iconbutton { background-color: var(--selectorBackgroundColor); border: var(--defaultLighterBorder);