From 3c15ed8939afe88f90851a14a04834bd930744d9 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sun, 31 Jan 2016 19:55:10 +0100 Subject: Gtk+-3.20 BlueMenta: fix combobox button checked state --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'desktop-themes/BlueMenta') 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; -- cgit v1.2.1