Update lukeflix.css
This commit is contained in:
20
lukeflix.css
20
lukeflix.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user