summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-13 10:56:06 +0200
committerraveit65 <[email protected]>2015-08-13 10:56:06 +0200
commite081478fb049083dfb08b3b15d027d2e311dfc01 (patch)
treed5df03fcfcb9b12f82ea9d49b72f056bb9cb227f /desktop-themes/GreenLaguna
parent3bb73ae43a9311fcc86ef0b41f8fa56037e6a813 (diff)
downloadmate-themes-e081478fb049083dfb08b3b15d027d2e311dfc01.tar.bz2
mate-themes-e081478fb049083dfb08b3b15d027d2e311dfc01.tar.xz
Gtk+-3.18 GreenLaguna: adjust GtkComboBox button, avoid flat text background
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css7
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 {