mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
win32: Don't use separators in comboboxes
This commit is contained in:
parent
eedf57f844
commit
a6d72dfec1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user