diff options
author | raveit65 <[email protected]> | 2016-05-25 11:37:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-25 11:37:24 +0200 |
commit | e0321f775d9d77838f02595dd6809e1d1daee390 (patch) | |
tree | 7a160039ad76ed11c1d3f08d3d5410815f9789e0 /desktop-themes/Green-Submarine | |
parent | f28793b026575743b922e7e1c402db78e5b66815 (diff) | |
download | mate-themes-e0321f775d9d77838f02595dd6809e1d1daee390.tar.bz2 mate-themes-e0321f775d9d77838f02595dd6809e1d1daee390.tar.xz |
GTK+-3.20 submarine themes: fix settings for na-tray-applet
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 316c388e..5fcd065d 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -565,7 +565,7 @@ na-tray-applet { /* control icon size as previous setting don't work */ na-tray-applet > widget > box { - margin: 4px -16px 4px 0px; + margin: 3px 3px 3px 0px; } /* system-monitor-applet */ |