From edd5a5f1857d2efdea744760be7c96b6acab58e4 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Mon, 7 Mar 2011 21:05:56 +0100 Subject: [PATCH] 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 file changed, 4 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 526b059b5..22670bdef 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");