From 0d02465d09873beca1d092fe41070d189e65fcd7 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Sun, 19 Jun 2016 19:33:15 -0400 Subject: BlackMATE GTK3: consistant panel menus 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 ec188ba6..95025306 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -345,6 +345,13 @@ PanelToplevel.background.horizontal { padding: 0px; } +/*Keep above from removing padding from menus*/ + +.mate-panel-menu-bar GtkMenuItem, +.mate-panel-menu-bar .menuitem{ + padding: 6px; +} + /* workaround to avoid unwanted black frames if switching compositor on/off */ .mate-panel-menu-bar .window-frame.csd.popup { box-shadow: none; -- cgit v1.2.1