Add borders for next-up programs in Live TV

This commit is contained in:
2026-07-28 22:27:33 -06:00
parent 1e9cb29a06
commit f4726b4a8d

View File

@@ -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 ==== */