From 21e5fb77f920474a9c5510419e13152532f8f61b Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 18 Dec 2024 09:50:55 -0800 Subject: [PATCH] New: Added margin and corner radius to active TV program in Guide section --- Theme/ElegantFin-theme-nightly.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 13dd1c8..dd97838 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -903,4 +903,13 @@ div[data-role=controlgroup] a.ui-btn-active { .programCell-active { background-color: var(--activeColor) !important; + border-radius: .5em; + margin-block: .5em !important; +} + +.programContainer>div { + /* background-color: #7883b66e; */ + /* border-radius: .5em; */ + /* border: solid var(--borderColor) var(--borderWidth); */ + /* padding-block: .5em !important; */ } \ No newline at end of file