[gnome-shell] appView: Highlight category names on hover



commit edd5a5f1857d2efdea744760be7c96b6acab58e4
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Mon Mar 7 21:05:56 2011 +0100

    appView: Highlight category names on hover
    
    This is consistent with the viewselector's tab and indicates to the
    user that the item is actually clickable.

 data/theme/gnome-shell.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 526b059..22670bd 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -565,6 +565,10 @@ StTooltip StLabel {
     width: 200px;
 }
 
+.app-filter:hover {
+    color: #eee;
+}
+
 .app-filter:selected {
     color: #ffffff;
     background-image: url("filter-selected-ltr.svg");



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