mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -391,6 +391,10 @@ StTooltip StLabel {
|
|||
height: 24px;
|
||||
}
|
||||
|
||||
.view-tab-title:hover {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.view-tab-title:selected {
|
||||
color: #000000;
|
||||
background-color: #c2c7cd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue