From 1a4f2103e902d177999ef7a44801c0ea6b6fb267 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Sun, 19 Jun 2016 19:29:55 -0400 Subject: BlackMATE GTK3: fix panel right-click menu size Fix tiny right-click menus on some panel applets on GTK3 panels. Make them consistant with the panel main menu size. Note that this problem came from an earlier fix for panels being spaced 1px away from the edge of the screen, which resulted from a theme default padding of 1px, most themes default to 0px and expand from there --- desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index d37815c3..82ec03c7 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -347,6 +347,13 @@ PanelToplevel.background.horizontal { /*Keep above from removing padding from menus*/ +.mate-panel-menu-bar GtkMenuItem, +.mate-panel-menu-bar .menuitem{ + padding: 6px; +} + +/*Keep above from removing padding from menus*/ + .mate-panel-menu-bar GtkMenuItem, .mate-panel-menu-bar .menuitem{ padding: 3px 7px; -- cgit v1.2.1