view-selector: Prelight view titles on hover

The titles are clickable, indicate this to the user by prelighting
them on hover.
This commit is contained in:
Florian Müllner 2010-12-08 01:47:41 +01:00
parent 4cb967f3ac
commit d107b84be4

View File

@ -391,6 +391,10 @@ StTooltip StLabel {
height: 24px;
}
.view-tab-title:hover {
color: #bbb;
}
.view-tab-title:selected {
color: #000000;
background-color: #c2c7cd;