From d8c2290099660fae396fe7b4e3eb983d4a6996f9 Mon Sep 17 00:00:00 2001 From: Jonathan Strander Date: Sun, 13 Mar 2011 20:01:50 -0500 Subject: [PATCH] Prelight panel items on hover In order to give feedback when the user hovers over items on the panel, we should prelight them. https://bugzilla.gnome.org/show_bug.cgi?id=609576 --- data/theme/gnome-shell.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index c64c23209..e281fcda0 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -257,6 +257,11 @@ StTooltip StLabel { transition-duration: 100; } +.panel-button:hover { + color: white; + text-shadow: black 0px 2px 2px; +} + .panel-button:active, .panel-button:checked, .panel-button:focus {