diff options
author | raveit65 <[email protected]> | 2015-02-23 19:30:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-23 19:31:49 +0100 |
commit | 3fb62aed337c1e56957d01f96ceea9b4226b2561 (patch) | |
tree | 2a2f1624b496ecaab3fd15398f61994b18566efb /desktop-themes/BlueMenta | |
parent | 33002e8055c222d100875857d1c233351cdbe96b (diff) | |
download | mate-themes-3fb62aed337c1e56957d01f96ceea9b4226b2561.tar.bz2 mate-themes-3fb62aed337c1e56957d01f96ceea9b4226b2561.tar.xz |
All themes GTK3: set a padding in panel menuitem
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 755f171a..08fdb76f 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -450,7 +450,8 @@ PanelMenuBar.menubar .menuitem:hover { /* set normal menubar menuitem */ PanelMenuBar.menubar .menu .menuitem { - transition: all 150ms ease-out; + transition: all 150ms ease-out; + padding: 6px; } /* set selected menubar menuitem */ |