From 51e45255b7ec7569a4bdec52632210b1c6199acb Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 17:24:12 -0600 Subject: [PATCH] Update lukeflix.css --- lukeflix.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/lukeflix.css b/lukeflix.css index 13cd0c9..764768c 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2516,22 +2516,26 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* 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); - color: white; - align-content: center; padding-left: 15px !important; + align-content: center; + color: white; height: 60px !important; border-radius: 14px !important; border: medium !important; backdrop-filter: blur(15px) !important; } +/* Stylize Active News Program Cells (Use .guideProgramName with padding to create island effect) */ +.programCell-news.programCell-active .guideProgramNameText { + background-color: rgba(35, 119, 208, 0.89); +} + +/* Stylize Active Movie Program Cells */ +.programCell-movies.programCell-active .guideProgramNameText { + background-color: #5e35b1 !important +} + /* Remove borders around each row and program */ .channelPrograms { border: none !important;