win32: Don't use separators in comboboxes

This commit is contained in:
Alexander Larsson 2012-03-16 11:05:00 +01:00
parent eedf57f844
commit a6d72dfec1

View File

@ -622,7 +622,6 @@ GtkProgressBar.trough.vertical {
/* Combobox */
GtkComboBox.combobox-entry .button {
background-color: transparent;
border-width: 0;
@ -645,6 +644,13 @@ GtkComboBox.combobox-entry .button:insensitive {
background-image: -gtk-win32-theme-part(combobox, 1 4);
}
GtkComboBox .separator {
/* always disable separators */
-GtkWidget-wide-separators: true;
-GtkWidget-horizontal-separator: 0;
-GtkWidget-vertical-separator: 0;
}
/* Notebook */
.notebook {