[gnome-shell] Prelight panel items on hover



commit d8c2290099660fae396fe7b4e3eb983d4a6996f9
Author: Jonathan Strander <mblackwell1024 gmail com>
Date:   Sun Mar 13 20:01:50 2011 -0500

    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 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index c64c232..e281fcd 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 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]