From bc2b447ceb5e17b4ae02d5a352faca1b905256a1 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 17:17:01 -0600 Subject: [PATCH] Stylize program cells in Live TV --- lukeflix.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lukeflix.css b/lukeflix.css index 1c6d05a..13cd0c9 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2511,9 +2511,15 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { border: none !important; border-radius: 8px !important; margin: 5px 0px 3px 3px !important; + background-color: transparent !important; } -/* Stylize Active Program Cells */ +/* Use correct category coloring for active programs */ +.programCell-active { + background-color: inherit !important; +} + +/* Stylize Active News Program Cells (Use .guideProgramName with padding to create island effect) */ .programCell-news.programCell-active .guideProgramNameText { width: 100%; background-color: rgba(35, 119, 208, 0.89);