diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-31 19:55:10 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-31 19:55:53 +0100 |
commit | 3c15ed8939afe88f90851a14a04834bd930744d9 (patch) | |
tree | 81b9cccdfd145b1971d4eff7c4643638cdfe62b6 /desktop-themes | |
parent | be2ad0d89a0a50fc2693722d1c03bbb0dbd780b2 (diff) | |
download | mate-themes-3c15ed8939afe88f90851a14a04834bd930744d9.tar.bz2 mate-themes-3c15ed8939afe88f90851a14a04834bd930744d9.tar.xz |
Gtk+-3.20 BlueMenta: fix combobox button checked state
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 32bd2f50..cf2ca972 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2691,7 +2691,7 @@ notebook header tabs arrow:disabled, combobox, GtkComboBox { padding: 0; - -GtkComboBox-arrow-scaling: 0.5; /* deprecated, but ignored */ +/* -GtkComboBox-arrow-scaling: 0.5; deprecated */ -GtkComboBox-shadow-type: none; text-shadow: 0 1px @button_text_shadow; } @@ -2811,6 +2811,15 @@ GtkComboBox .button { color: @theme_fg_color; } +combobox.linked button.combo, +combobox.linked button.combo:checked { + border-right-width: 2px; + border-left-width: 0; + border-image-width: 3px 4px 4px 0; + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + combobox arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); min-height: 16px; |