diff options
author | raveit65 <[email protected]> | 2017-05-05 14:53:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-05 14:56:37 +0200 |
commit | ccbd435537085edcba194a63a52fd03d17147466 (patch) | |
tree | 5ffd32dcea9d9112725f5d11181db8a7c222bb24 /desktop-themes/Menta | |
parent | 5cf2573233aa4fb62e81a41a47a65a04a8bfd785 (diff) | |
download | mate-themes-ccbd435537085edcba194a63a52fd03d17147466.tar.bz2 mate-themes-ccbd435537085edcba194a63a52fd03d17147466.tar.xz |
Gtk+-3.20 menta themes: fixes for mate- and mint-menu
Diffstat (limited to 'desktop-themes/Menta')
-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 * ****************/ |