Update CSS for status buttons of programs in Live TV

This commit is contained in:
2026-07-28 18:23:05 -06:00
parent addfaae20b
commit 5844c432ee

View File

@@ -2546,6 +2546,23 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
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 {
padding-top: 0em !important;
}