summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-01-31 19:55:10 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-31 19:55:10 +0100
commitcee358ff3839d8ae3fd4ee35ed59b73a595f8865 (patch)
tree81b9cccdfd145b1971d4eff7c4643638cdfe62b6 /desktop-themes
parent2b618a7bd9d5fa3694cc0cb5c434aa0850ac6d84 (diff)
downloadmate-themes-cee358ff3839d8ae3fd4ee35ed59b73a595f8865.tar.bz2
mate-themes-cee358ff3839d8ae3fd4ee35ed59b73a595f8865.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.css11
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;