From c02ccae32a7058df5082ca12f9beccc7b661825e Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 4 Jan 2016 01:30:51 +0100 Subject: make image-buttons square again --- common/gtk-3.0/3.14/gtk-dark.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/gtk-3.0/3.14/gtk-dark.css') diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css index e5c5c47..2347ffa 100644 --- a/common/gtk-3.0/3.14/gtk-dark.css +++ b/common/gtk-3.0/3.14/gtk-dark.css @@ -456,6 +456,9 @@ GtkSearchEntry.entry { color: inherit; } .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton, .header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton, + .header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton { padding: 7px 10px; } .button.text-button { padding-left: 16px; -- cgit v1.2.3