From e081478fb049083dfb08b3b15d027d2e311dfc01 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 13 Aug 2015 10:56:06 +0200 Subject: Gtk+-3.18 GreenLaguna: adjust GtkComboBox button, avoid flat text background --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 1cc3d22e..5334b7dd 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1143,8 +1143,13 @@ GtkComboBox .separator { -GtkWidget-vertical-separator: 0; } +/* since gtk+-3.18, avoid flat text background */ + GtkComboBox .button GtkCellView { + background-color: transparent; +} + GtkComboBox .button { - padding: 3px; + padding: 0px; } GtkComboBox.combobox-entry .button { -- cgit v1.2.1