summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
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:53 +0100
commit3c15ed8939afe88f90851a14a04834bd930744d9 (patch)
tree81b9cccdfd145b1971d4eff7c4643638cdfe62b6 /desktop-themes/BlueMenta
parentbe2ad0d89a0a50fc2693722d1c03bbb0dbd780b2 (diff)
downloadmate-themes-3c15ed8939afe88f90851a14a04834bd930744d9.tar.bz2
mate-themes-3c15ed8939afe88f90851a14a04834bd930744d9.tar.xz
Gtk+-3.20 BlueMenta: fix combobox button checked state
Diffstat (limited to 'desktop-themes/BlueMenta')
-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;