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 */
|
/* Use correct category coloring for active programs */
|
||||||
.programCell-active {
|
.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%;
|
width: 100%;
|
||||||
background-color: rgba(35, 119, 208, 0.89);
|
|
||||||
color: white;
|
|
||||||
align-content: center;
|
|
||||||
padding-left: 15px !important;
|
padding-left: 15px !important;
|
||||||
|
align-content: center;
|
||||||
|
color: white;
|
||||||
height: 60px !important;
|
height: 60px !important;
|
||||||
border-radius: 14px !important;
|
border-radius: 14px !important;
|
||||||
border: medium !important;
|
border: medium !important;
|
||||||
backdrop-filter: blur(15px) !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 */
|
/* Remove borders around each row and program */
|
||||||
.channelPrograms {
|
.channelPrograms {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user