diff options
author | raveit65 <[email protected]> | 2017-04-04 16:04:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-04 16:04:54 +0200 |
commit | 861fdaff0a40a929e2c3d1aa6270c9bac246af29 (patch) | |
tree | b2385ddb9d84bdba97837c907e5a52382d35296c /desktop-themes/GreenLaguna | |
parent | c2e109d49297e1b3b1937d64dd445f47ed34bb63 (diff) | |
download | mate-themes-861fdaff0a40a929e2c3d1aa6270c9bac246af29.tar.bz2 mate-themes-861fdaff0a40a929e2c3d1aa6270c9bac246af29.tar.xz |
Gtk+-3.20 all themes: improvements for mate-menu
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 319128c1..05361c2e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -446,6 +446,20 @@ na-tray-applet > widget > box { } +/* mate-menu, mintmenu fork */ +#mate-menu.background { + border-color: @borders; + border-style: solid; + border-width: 1px; +} + +#mate-menu.background button, +#mate-menu.background button.flat { + padding: 3px 1px; + border-width: 1px; + border-style: solid; +} + /**************** * Mate-Terminal * ****************/ |