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:
@ -391,6 +391,10 @@ StTooltip StLabel {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.view-tab-title:hover {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.view-tab-title:selected {
|
||||
color: #000000;
|
||||
background-color: #c2c7cd;
|
||||
|
Reference in New Issue
Block a user