From 1a38ce49a30a54808633c85729cb9b433910068c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 1 Mar 2016 10:33:53 +0100 Subject: GTK+-3.20 TraditionalOK: adjust popover menus --- .../TraditionalOk/gtk-3.0/gtk-widgets.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 52a51c27..1f300dba 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -3312,6 +3312,19 @@ modelbutton.flat { border-radius: 3px; } +modelbutton.flat, +.linked button.image-button.model { + min-height: 24px; +} + +modelbutton.flat arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +modelbutton.flat arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + modelbutton.flat:checked, modelbutton.flat:active, modelbutton.flat:disabled, @@ -3326,7 +3339,8 @@ modelbutton.flat:checked:focus { background-image: none; border-color: transparent; border-image: none; - border-style: none; + border-style: solid; + border-width: 1px; box-shadow: none; border-radius: 3px; } @@ -3340,9 +3354,10 @@ modelbutton.flat:selected { shade(@theme_selected_bg_color, 1.1), shade(@theme_selected_bg_color, 0.8)); text-shadow: none; - border-color: @border_color; - border-width: 2px; + border-color: @button_active_gradient_a; + border-width: 1px; border-radius: 3px; + border-style: solid; } popover separator { -- cgit v1.2.1