diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 64b40e8..be7508b 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -300,6 +300,12 @@ stage { box-shadow: inset 0 0 0 1px BORDER-SHADOW; } +.events-button:hover, +.world-clocks-button:hover, +.weather-button:hover { + background-color: ACCENT-DISABLED-COLOR; +} + .events-button:focus, .world-clocks-button:focus, .weather-button:focus {