summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-06-19 19:22:28 -0400
committerGitHub <[email protected]>2016-06-19 19:22:28 -0400
commit4240b2e39744c95f59e7e8f7bcbaa7e927d7458a (patch)
tree079da9a79fba5629ec3846398bbbb5838499036d
parent99aa94031280636af4866e2fa784a91322ae8672 (diff)
downloadmate-themes-4240b2e39744c95f59e7e8f7bcbaa7e927d7458a.tar.bz2
mate-themes-4240b2e39744c95f59e7e8f7bcbaa7e927d7458a.tar.xz
BlackMATE GTK3: fix panel right-click menu size
Fix tiny right-click menus on some panel applets on GTK3 panels. 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
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css9
1 files changed, 9 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 4fa7a16a..d37815c3 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -345,6 +345,15 @@ PanelToplevel.background.horizontal {
padding: 0px;
}
+/*Keep above from removing padding from menus*/
+
+.mate-panel-menu-bar GtkMenuItem,
+.mate-panel-menu-bar .menuitem{
+ padding: 3px 7px;
+}
+
+
+
/* workaround to avoid unwanted black frames if switching compositor on/off */
.mate-panel-menu-bar .window-frame.csd.popup {
box-shadow: none;