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/GreenLaguna | |
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/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index d4f0d962..2dfe16c1 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -268,6 +268,11 @@ PanelMenuBar.menubar .menuitem:hover { text-shadow: none; } +/* set normal menubar menuitem */ +PanelMenuBar.menubar .menu .menuitem { + padding: 6px; +} + /* set selected menubar menuitem */ PanelMenuBar.menubar .menu .menuitem:active:hover, PanelMenuBar.menubar .menu .menuitem:hover { |