diff options
author | raveit65 <[email protected]> | 2015-08-11 22:17:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 22:18:39 +0200 |
commit | 9e5e5ba7c43b52012facc158a3f6ecb3ab8387cb (patch) | |
tree | 7371681ae91ba9cf46a39a1388e5aed41d81e626 /desktop-themes | |
parent | 0aa5d0f603141227b6ba106103c273831a985c2b (diff) | |
download | mate-themes-9e5e5ba7c43b52012facc158a3f6ecb3ab8387cb.tar.bz2 mate-themes-9e5e5ba7c43b52012facc158a3f6ecb3ab8387cb.tar.xz |
Gtk+-3.18 BlackMATE: adjust GtkComboBox button, avoid flat text background
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index f6bd94d5..aafe68b1 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1239,8 +1239,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 3px; /* These buttons may be wide. */ background-image: linear-gradient(to bottom, @button_hover_gradient_color_a, @@ -1248,7 +1253,6 @@ GtkComboBox .button { } GtkComboBox .button:hover { - padding: 3px; /* These buttons may be wide. */ background-image: linear-gradient(to bottom, shade(@button_gradient_color_a, 1.5), |