From 8d91936ad4cb6ce60081e651e3172217755e275b Mon Sep 17 00:00:00 2001 From: lainsce Date: Sun, 4 Aug 2024 18:55:22 -0300 Subject: [PATCH] Fix rail style --- data/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/data/style.css b/data/style.css index f251576..be3068b 100644 --- a/data/style.css +++ b/data/style.css @@ -33,16 +33,20 @@ margin: 0 1px 1px 1px; } +.music-navrail { + background: shade(@accent_container_bg_color, 0.99); +} + .music-navrail button image { - background: shade(@accent_container_bg_color, 0.98); + background: shade(@accent_container_bg_color, 0.95); } .music-navrail button:hover image { - background: shade(@accent_container_bg_color, 0.95); + background: shade(@accent_container_bg_color, 0.9); } .music-navrail button:checked image { - background: shade(@accent_container_bg_color, 0.9); + background: shade(@accent_container_bg_color, 0.8); } .light {