Update styling of program cells in live TV

This commit is contained in:
2026-07-28 03:05:04 -06:00
parent 91b08bdbcd
commit 20d639d49f

View File

@@ -2488,6 +2488,19 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
margin: 5px 0px 3px 3px !important;
}
/* Stylize Active Program Cells */
.programCell-news.programCell-active .guideProgramNameText {
width: 100%;
background-color: rgba(35, 119, 208, 0.89);
color: white;
align-content: center;
padding-left: 15px !important;
height: 60px !important;
border-radius: 14px !important;
border: medium !important;
backdrop-filter: blur(15px) !important;
}
/* Remove borders around each row and program */
.channelPrograms {
border: none !important;