diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-26 23:56:01 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-26 23:56:01 +0100 |
commit | 55a121d41cc2805e6a12cbbee382f5a3f101c349 (patch) | |
tree | bdbcf197b382dd159e57da85ddff551af632c349 /desktop-themes/Green-Submarine | |
parent | 7de908dd70e8f648ca394edc8c44f8f13195d0bd (diff) | |
download | mate-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/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 14f4348c..aad57459 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3129,7 +3129,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;
|