summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-06-19 19:29:55 -0400
committerGitHub <[email protected]>2016-06-19 19:29:55 -0400
commit1a4f2103e902d177999ef7a44801c0ea6b6fb267 (patch)
treebb7d98d068529d9cf83af946d1eacb1f0c4058b0
parent4240b2e39744c95f59e7e8f7bcbaa7e927d7458a (diff)
downloadmate-themes-1a4f2103e902d177999ef7a44801c0ea6b6fb267.tar.bz2
mate-themes-1a4f2103e902d177999ef7a44801c0ea6b6fb267.tar.xz
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
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css7
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 d37815c3..82ec03c7 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -349,6 +349,13 @@ PanelToplevel.background.horizontal {
.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;
}