Update styling of program cells in live TV
This commit is contained in:
13
lukeflix.css
13
lukeflix.css
@@ -2488,6 +2488,19 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
|||||||
margin: 5px 0px 3px 3px !important;
|
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 */
|
/* Remove borders around each row and program */
|
||||||
.channelPrograms {
|
.channelPrograms {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user