From 5844c432ee24bcffc4e49deeb13340188aa1d115 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 18:23:05 -0600 Subject: [PATCH] Update CSS for status buttons of programs in Live TV --- lukeflix.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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; }