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