From 0dd5784be8b5ff4bbd46be564bbdbd219466606b Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 15 May 2025 13:42:15 -0700 Subject: [PATCH] Fix: Increased the intensity of shadow behind OSD controls --- Theme/ElegantFin-theme-nightly.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a65020f..a0c1319 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2619,6 +2619,14 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { margin-top: 4em; } +.videoOsdBottom.videoOsdBottom-maincontrols { + background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0)); +} + +.skinHeader-withBackground.osdHeader { + background: linear-gradient(180deg, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0)); +} + /* this is the default header, visible in home and libraries */ .skinHeader-blurred:not(.osdHeader) { backdrop-filter: var(--blurDefault);