Stylize program cells in Live TV

This commit is contained in:
2026-07-28 17:17:01 -06:00
parent d20c39c96a
commit bc2b447ceb

View File

@@ -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);