From 95a179957ca5c22f4cfc382101c10c355bf9c591 Mon Sep 17 00:00:00 2001 From: Levi Date: Wed, 12 Jun 2024 22:15:23 +0200 Subject: [PATCH] background gradient when hovering sidebar item --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e57abf1..30762a6 100644 --- a/style.css +++ b/style.css @@ -98,6 +98,10 @@ -webkit-backdrop-filter: blur(10px) saturate(180%) !important; } +.navMenuOption:hover { + background: linear-gradient(45deg, var(--card-background-5) 0%, var(--card-background-2) 100%); +} + /* --- Dialog Boxes --- */ .focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened { backdrop-filter: blur(10px) !important; @@ -513,4 +517,4 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { } .layout-desktop [dir=ltr] .emby-scrollbuttons { right: -9vw; -} +} \ No newline at end of file