From 040465bb923c84122cce2d6fc98f531cd9853655 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 5 May 2017 14:53:00 +0200 Subject: Gtk+-3.20 menta themes: fixes for mate- and mint-menu --- .../BlueMenta/gtk-3.0/mate-applications.css | 23 +++++++++++++++++++++- desktop-themes/Menta/gtk-3.0/mate-applications.css | 23 +++++++++++++++++++++- 2 files changed, 44 insertions(+), 2 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 63ea069b..2806ff6a 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -557,19 +557,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 * ****************/ 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 * ****************/ -- cgit v1.2.1