diff options
author | lukefromdc <[email protected]> | 2016-06-19 19:33:15 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2016-06-19 19:33:15 -0400 |
commit | 0d02465d09873beca1d092fe41070d189e65fcd7 (patch) | |
tree | 3132c7f13eefb6046de711e326bcd44d038a52b5 /desktop-themes | |
parent | cdc2348c05152dda56baa21b8118cee6dadf98ed (diff) | |
download | mate-themes-0d02465d09873beca1d092fe41070d189e65fcd7.tar.bz2 mate-themes-0d02465d09873beca1d092fe41070d189e65fcd7.tar.xz |
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
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; |