Stylize program cells in Live TV
This commit is contained in:
@@ -2511,9 +2511,15 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||
border: none !important;
|
||||
border-radius: 8px !important;
|
||||
margin: 5px 0px 3px 3px !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/* Stylize Active Program Cells */
|
||||
/* 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);
|
||||
|
||||
Reference in New Issue
Block a user