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 {