diff options
author | raveit65 <[email protected]> | 2015-08-13 10:56:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 10:56:49 +0200 |
commit | 342dc08d92b197221a3ee6eea69d15a2381ccea6 (patch) | |
tree | 43c72ab00ca02098b8eb3b0ed3680f08a46faa63 | |
parent | 13796d2b833178249e0581e7acd69ec36fcc4d2d (diff) | |
download | mate-themes-342dc08d92b197221a3ee6eea69d15a2381ccea6.tar.bz2 mate-themes-342dc08d92b197221a3ee6eea69d15a2381ccea6.tar.xz |
Gtk+-3.18 GreenLaguna: adjust GtkComboBox button, avoid flat text background
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 6 insertions, 1 deletions
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 { |