From 33a3eaa32fd9e0f6c722d92b4147176406d3e558 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 18:25:33 -0600 Subject: [PATCH] Add border to Live TV program status indicators --- lukeflix.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lukeflix.css b/lukeflix.css index ae76d33..47e438f 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2550,6 +2550,7 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* Status button for programs (new, rerun, etc. ) */ .guideProgramIndicator { + border: 0.5px solid gray; border-radius: 10px; font-size: 75%; font-weight: 400;