From f4726b4a8dc9f4ecff4ec679771c3f1082ecf7f2 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 22:27:33 -0600 Subject: [PATCH] Add borders for next-up programs in Live TV --- lukeflix.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lukeflix.css b/lukeflix.css index 4cb256e..4a27084 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2559,17 +2559,17 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* Next-Up News Program Cells */ .programCell-news .guideProgramNameText { - border-right: rgba(35, 119, 208, 0.89) !important; + border-right: 2px solid rgba(35, 119, 208, 0.89) !important; } /* Next-Up Movie Program Cells */ .programCell-movie .guideProgramNameText { - border-right: #5e35b1 !important + border-right: 2px solid #5e35b1 !important } /* Next-Up Sports Program Cells */ .programCell-sports .guideProgramNameText { - border-right: #2fa755 !important; + border-right: 2px solid #2fa755 !important; } /* ==== STATUS BUTTONS ==== */