summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-23 19:30:26 +0100
committerraveit65 <[email protected]>2015-02-23 19:30:26 +0100
commitc7f69ee1802cf40ca732fb744cc613ebf9423b88 (patch)
treeaf367d751b75ae7350aa6e87c93a6c618b0e8622 /desktop-themes/TraditionalGreen
parent08ba93bf13c858b3190f7d7b21d3556bbe984bb1 (diff)
downloadmate-themes-c7f69ee1802cf40ca732fb744cc613ebf9423b88.tar.bz2
mate-themes-c7f69ee1802cf40ca732fb744cc613ebf9423b88.tar.xz
All themes GTK3: set a padding in panel menuitem
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 35571e72..a303d7dd 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -76,7 +76,7 @@ PanelMenuBar.menubar .menu .menuitem {
border-width: 1px;
border-radius: 3px;
border-color: alpha(@theme_bg_color, 0.1);
- padding: 3px 5px;
+ padding: 6px 5px;
}
/* set selected menubar menuitem */
@@ -89,7 +89,7 @@ PanelMenuBar.menubar .menu .menuitem:hover {
border-width: 1px;
border-radius: 3px;
border-color: alpha(@theme_selected_bg_color, 0.1);
- padding: 3px 5px;
+ padding: 6px 5px;
}
MatePanelApplet {