diff options
author | raveit65 <[email protected]> | 2016-03-25 16:50:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-25 16:50:44 +0100 |
commit | 4a31c0e1c462ca5f7d8675828818c30f2f2727ed (patch) | |
tree | b85fccb4b60e2a927dbe801620363bb590dca84c /desktop-themes/BlueMenta/gtk-3.0 | |
parent | 9be4e9748c947969adc7b53f8ea9d240cd9735af (diff) | |
download | mate-themes-4a31c0e1c462ca5f7d8675828818c30f2f2727ed.tar.bz2 mate-themes-4a31c0e1c462ca5f7d8675828818c30f2f2727ed.tar.xz |
GTK+-3.20 Menta themes: reduce height of menubar-menuitem
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 1486d21e..f3c28000 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2922,7 +2922,7 @@ menubar, menubar menuitem, .menubar .menuitem { - min-height: 22px; + min-height: 18px; transition: all 200ms ease-out; -gtk-icon-style: regular; border-style: none; |