diff --git a/lukeflix.css b/lukeflix.css index 124b2de..ae76d33 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -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; }