diff options
author | raveit65 <[email protected]> | 2016-03-01 10:33:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-01 10:33:53 +0100 |
commit | 8533585ab925561cf183a89fc9ec9e050e828226 (patch) | |
tree | 6ee4e43889086b67e1876e81435b6c07e7ab6b9b /desktop-themes/TraditionalOk | |
parent | 13a078e9b1e7aab82c299991cac0d5a31d004511 (diff) | |
download | mate-themes-8533585ab925561cf183a89fc9ec9e050e828226.tar.bz2 mate-themes-8533585ab925561cf183a89fc9ec9e050e828226.tar.xz |
GTK+-3.20 TraditionalOK: adjust popover menus
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 21 |
1 files changed, 18 insertions, 3 deletions
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 { |