From 28cdb3e34b8d4bb237ecc9412761b98c8e1b23d4 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 16 May 2016 19:49:47 +0200 Subject: gtk3: reduce menubar height to match gtk2 theme (fix #535) --- common/gtk-3.0/3.20/gtk-solid-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css') diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 674ed56..5628d5d 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1509,7 +1509,7 @@ menubar, color: rgba(207, 218, 231, 0.5); } menubar > menuitem, .menubar > menuitem { - padding: 6px 8px; + padding: 4px 8px; border: solid transparent; border-width: 0; } menubar > menuitem:hover, -- cgit v1.2.3