Add borders for next-up programs in Live TV
This commit is contained in:
@@ -2559,17 +2559,17 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||
|
||||
/* Next-Up News Program Cells */
|
||||
.programCell-news .guideProgramNameText {
|
||||
border-right: rgba(35, 119, 208, 0.89) !important;
|
||||
border-right: 2px solid rgba(35, 119, 208, 0.89) !important;
|
||||
}
|
||||
|
||||
/* Next-Up Movie Program Cells */
|
||||
.programCell-movie .guideProgramNameText {
|
||||
border-right: #5e35b1 !important
|
||||
border-right: 2px solid #5e35b1 !important
|
||||
}
|
||||
|
||||
/* Next-Up Sports Program Cells */
|
||||
.programCell-sports .guideProgramNameText {
|
||||
border-right: #2fa755 !important;
|
||||
border-right: 2px solid #2fa755 !important;
|
||||
}
|
||||
|
||||
/* ==== STATUS BUTTONS ==== */
|
||||
|
||||
Reference in New Issue
Block a user