Update CSS for status buttons of programs in Live TV
This commit is contained in:
17
lukeflix.css
17
lukeflix.css
@@ -2546,6 +2546,23 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ==== STATUS BUTTONS ==== */
|
||||||
|
|
||||||
|
/* Status button for programs (new, rerun, etc. ) */
|
||||||
|
.guideProgramIndicator {
|
||||||
|
border-radius: 10px;
|
||||||
|
font-size: 75%;
|
||||||
|
font-weight: 400;
|
||||||
|
padding: 2px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* New program status button */
|
||||||
|
.newTvProgram {
|
||||||
|
background: rgba(0, 0, 0, 0.47);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ====== UNSURE ====== */
|
||||||
|
|
||||||
.padded-top {
|
.padded-top {
|
||||||
padding-top: 0em !important;
|
padding-top: 0em !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user