summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-10-26 23:52:45 +0100
committerWolfgang Ulbrich <[email protected]>2015-10-26 23:52:45 +0100
commit2ec7f51f369b671268b4bdafab43eec7a36e694e (patch)
tree2841884721238d05dac383d9d1dfa6aac3a9b3db /desktop-themes
parent0d7b6a03975bc0ef68e4a1fafc346f3914328dd8 (diff)
downloadmate-themes-2ec7f51f369b671268b4bdafab43eec7a36e694e.tar.bz2
mate-themes-2ec7f51f369b671268b4bdafab43eec7a36e694e.tar.xz
GTK3 submarine themes: fix padding of default button in dconf-editor
GtkGrid .button.image-button
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css2
2 files changed, 2 insertions, 2 deletions
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;