diff options
author | raveit65 <[email protected]> | 2016-07-11 15:19:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-11 15:19:30 +0200 |
commit | eb432acc081225784b4aafdb0208242b2cfd0626 (patch) | |
tree | 16b8cbc3babd2d28485c88574638f0dfb1ea9044 /desktop-themes/Blue-Submarine | |
parent | e3480ee49c0c87c9c62ab90e743ae1e300bdd392 (diff) | |
download | mate-themes-eb432acc081225784b4aafdb0208242b2cfd0626.tar.bz2 mate-themes-eb432acc081225784b4aafdb0208242b2cfd0626.tar.xz |
GTK+-3.20 Menta and Submarine: minor icon size correction for na-tray-applet
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 6 |
1 files changed, 3 insertions, 3 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 23268cb3..4299a65d 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -447,7 +447,7 @@ MatePanelAppletFrameDBus { /* menubar */ .mate-panel-menu-bar menu > menuitem, .mate-panel-menu-bar menubar > menuitem { - padding: 5px; + padding: 4px; } .mate-panel-menu-bar menubar > menuitem:hover { @@ -652,9 +652,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: 3px 3px 3px 0px; + margin: 0px 3px 0px 0px; } /* system-monitor-applet */ |