From 2ec7f51f369b671268b4bdafab43eec7a36e694e 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 +- desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-themes') 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; diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 3d5c8ffb..c5ddc0f8 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3063,7 +3063,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