W32: Fix combobox dropdown list color

https://bugzilla.gnome.org/show_bug.cgi?id=727036
This commit is contained in:
Руслан Ижбулатов 2014-03-25 17:35:02 +00:00
parent 2b36054a5d
commit e8f09084bd

View File

@ -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;