From a6d72dfec1b16fdca6230d79f2fa4c20b0479b91 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 16 Mar 2012 11:05:00 +0100 Subject: [PATCH] win32: Don't use separators in comboboxes --- gtk/gtk-win32-base.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css index 16000bbad5..35d403ce7f 100644 --- a/gtk/gtk-win32-base.css +++ b/gtk/gtk-win32-base.css @@ -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 {