summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-23 19:30:26 +0100
committerraveit65 <[email protected]>2015-02-23 19:31:27 +0100
commite1d76a9269e9be3103dda58512f6a4a3dbe0537c (patch)
tree4eb2399805c480c19c8f157e2cb3c0447503b331 /desktop-themes/TraditionalOk
parentee825c66fb27306726467c72dd37aade7e085120 (diff)
downloadmate-themes-e1d76a9269e9be3103dda58512f6a4a3dbe0537c.tar.bz2
mate-themes-e1d76a9269e9be3103dda58512f6a4a3dbe0537c.tar.xz
All themes GTK3: set a padding in panel menuitem
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index c3c5b3e2..f2c656b3 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/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 */
@@ -88,7 +88,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 {