diff options
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index acc5475a..9239b455 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -300,6 +300,7 @@ MatePanelAppletFrameDBus { transition: all 200ms ease-out; text-shadow: none; font-weight: 600; + padding: 4px; } /* set selected menubar button */ @@ -446,9 +447,9 @@ na-tray-applet { -NaTrayApplet-icon-size: 16; } -/* control icon size as previous setting don't work */ +/* remove right space a bit */ na-tray-applet > widget > box { - margin: 2px 2px 2px 0px; + margin: 0px 2px 0px 0px; } /* no background for icon-padding area */ |