Update lukeflix.css

This commit is contained in:
2026-07-28 17:24:12 -06:00
parent bc2b447ceb
commit 51e45255b7

View File

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