diff options
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index ea847f44..8ccbb4e9 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -426,6 +426,11 @@ na-tray-applet { -NaTrayApplet-icon-size: 16; } +/* control icon size as previous setting don't work */ +na-tray-applet > widget > box { + margin: 2px 2px 2px 0px; +} + /* no background for icon-padding area */ na-tray-applet widget box widget { background-color: transparent; |