mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
W32: Fix combobox dropdown list color
https://bugzilla.gnome.org/show_bug.cgi?id=727036
This commit is contained in:
parent
2b36054a5d
commit
e8f09084bd
@ -737,6 +737,11 @@ GtkComboBox.combobox-entry .button:insensitive {
|
||||
background-image: -gtk-win32-theme-part(combobox, 1 4);
|
||||
}
|
||||
|
||||
/* Dropdown list should have "window" color, as listbox contents do (usually it's "white") */
|
||||
GtkComboBox GtkCellLayout * {
|
||||
background-color: -gtk-win32-color(listview, 5);
|
||||
}
|
||||
|
||||
GtkComboBox .separator {
|
||||
/* always disable separators */
|
||||
-GtkWidget-wide-separators: true;
|
||||
|
Loading…
Reference in New Issue
Block a user