diff options
author | raveit65 <[email protected]> | 2017-05-05 14:53:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-05 14:56:07 +0200 |
commit | 0b35dac30b3036afe30f5da728429b34584a3954 (patch) | |
tree | 5fca598c6cbf567e4b4245f959f263847acf6034 /desktop-themes/Menta/gtk-3.0 | |
parent | bda9a0e63f3f325f217612e896d22371392b4b66 (diff) | |
download | mate-themes-0b35dac30b3036afe30f5da728429b34584a3954.tar.bz2 mate-themes-0b35dac30b3036afe30f5da728429b34584a3954.tar.xz |
Gtk+-3.20 menta themes: fixes for mate- and mint-menu
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 26145583..f9b2e977 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -556,19 +556,40 @@ na-tray-applet widget box widget { color: @theme_fg_color; } -/* mate-menu, mintmenu fork */ +/* mate-menu, mintmenu */ +#mintmenu.background, #mate-menu.background { border-color: @borders; border-style: solid; border-width: 1px; } +#mintmenu.background button, +#mintmenu.background button.flat, #mate-menu.background button, #mate-menu.background button.flat { padding: 3px 1px; border-width: 2px; } +#mintmenu.background scrollbar.vertical button, +#mate-menu.background scrollbar.vertical button { + padding: 1px 0px; +} + +#mintmenu.background scrolledwindow, +#mate-menu.background scrolledwindow { + border-color: @borders; + border-width: 1px; + border-style: solid; + border-radius: 0px; +} + +#mintmenu.background notebook.frame scrolledwindow, +#mate-menu.background notebook.frame scrolledwindow { + border-style: none; +} + /**************** * Pluma * ****************/ |