diff options
author | raveit65 <[email protected]> | 2017-01-24 21:46:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-24 21:47:05 +0100 |
commit | 03e7e84245bbbf729ad0aabb8ae6d915cd31b2bf (patch) | |
tree | 110504f6c290810be57807172cff51d4e244fcce /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 623e4750450c3c41a241b1ce34067df44d217880 (diff) | |
download | mate-themes-03e7e84245bbbf729ad0aabb8ae6d915cd31b2bf.tar.bz2 mate-themes-03e7e84245bbbf729ad0aabb8ae6d915cd31b2bf.tar.xz |
GTK+-3.20 Submarine themes: increase systray margins by 1 pixel to avoid deformed icons
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 13384280..1f1fa3ba 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -672,7 +672,7 @@ na-tray-applet { /* remove right space a bit */ na-tray-applet > widget > box { - margin: 0px 3px 0px 0px; + margin: 1px 3px 1px 1px; } /* system-monitor-applet */ |