From 2e20ab16faceabb2a2eb69af3c5a3b6a6e88b5b9 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 16 May 2025 13:28:39 -0700 Subject: [PATCH] New: Updated the hover effect on other main media buttons to match the play button --- Theme/ElegantFin-theme-nightly.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 644869f..8d213e5 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -634,6 +634,12 @@ html { border-color: transparent; margin: .5em !important; border-radius: 50%; + padding: .6em !important; +} + +.layout-desktop .detailButton:not(.btnPlay):hover { + color: black; + background: var(--dimTextColor); } .btnPlay.detailButton {