mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +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);
|
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 {
|
GtkComboBox .separator {
|
||||||
/* always disable separators */
|
/* always disable separators */
|
||||||
-GtkWidget-wide-separators: true;
|
-GtkWidget-wide-separators: true;
|
||||||
|
Loading…
Reference in New Issue
Block a user