From 54a0bede2b50a1e1ec2007a7bfde6d9ba7548494 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Mon, 26 Oct 2015 23:52:45 +0100 Subject: GTK3 submarine themes: fix padding of default button in dconf-editor GtkGrid .button.image-button --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-themes/Blue-Submarine/gtk-3.0') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index dd96994b..2f1789ca 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3060,7 +3060,7 @@ GtkGrid .button:hover, GtkGrid .button:insensitive, GtkGrid .button.flat:hover, GtkGrid .button.flat:insensitive { - padding: 4px; + padding: 5px 4px; border-radius: 6px; border-color: transparent; background-color: transparent; -- cgit v1.2.1