From ce62993cf8dbfd7a4f847bd68a84ec1d7c3ed5d9 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 3 Dec 2024 09:41:29 -0800 Subject: [PATCH] Style: Nav bars in Dashboard --- Theme/ElegantFin-jellyfin-theme-build-latest.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Theme/ElegantFin-jellyfin-theme-build-latest.css b/Theme/ElegantFin-jellyfin-theme-build-latest.css index 06026bf..f837942 100644 --- a/Theme/ElegantFin-jellyfin-theme-build-latest.css +++ b/Theme/ElegantFin-jellyfin-theme-build-latest.css @@ -530,6 +530,16 @@ html { filter: brightness(1.2) !important; } +.localnav>.emby-button { + background: var(--lighterGradientPoint) !important; + color: #fff; +} + +div[data-role=controlgroup] a.ui-btn-active { + background: var(--selectorBackgroundColor) !important; + color: #fff !important; +} + #btnDeleteImage { background: rgb(169, 29, 29); border: solid rgb(217, 84, 84) 1px;