mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
W32: Give unfocused selected list items special background, like Explorer does
https://bugzilla.gnome.org/show_bug.cgi?id=727244
This commit is contained in:
parent
fb9a6bb6d8
commit
3540e6ca57
@ -328,10 +328,14 @@
|
||||
}
|
||||
|
||||
.list-row:selected {
|
||||
background-color: transparent;
|
||||
/* Override *:selected {} blanket style, keeping the background - bright
|
||||
and the text - dark */
|
||||
background-color: transparent;
|
||||
color: @text_color;
|
||||
background-image: -gtk-win32-theme-part(listview, 6 13);
|
||||
}
|
||||
|
||||
.list-row:selected:focus {
|
||||
background-image: -gtk-win32-theme-part(listview, 6 11);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user