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.
This commit is contained in:
Adel Gadllah 2011-03-07 21:05:56 +01:00
parent bb7388a7fe
commit edd5a5f185

View File

@ -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");