summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-10-26 23:56:01 +0100
committerWolfgang Ulbrich <[email protected]>2015-10-26 23:56:01 +0100
commit55a121d41cc2805e6a12cbbee382f5a3f101c349 (patch)
treebdbcf197b382dd159e57da85ddff551af632c349 /desktop-themes/Blue-Submarine
parent7de908dd70e8f648ca394edc8c44f8f13195d0bd (diff)
downloadmate-themes-55a121d41cc2805e6a12cbbee382f5a3f101c349.tar.bz2
mate-themes-55a121d41cc2805e6a12cbbee382f5a3f101c349.tar.xz
GTK3 submarine themes: fix padding of default button in dconf-editor
GtkGrid .button.image-button
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 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 a61a6d97..5e957f6e 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3146,7 +3146,7 @@ GtkGrid .button:hover,
GtkGrid .button:insensitive,
GtkGrid .button.flat:hover,
GtkGrid .button.flat:insensitive {
- padding: 4px;
+ padding: 5px 4px;
border-radius: 4px;
border-color: transparent;
background-color: transparent;