diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-26 23:52:45 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-26 23:52:45 +0100 |
commit | 2ec7f51f369b671268b4bdafab43eec7a36e694e (patch) | |
tree | 2841884721238d05dac383d9d1dfa6aac3a9b3db /desktop-themes/Green-Submarine | |
parent | 0d7b6a03975bc0ef68e4a1fafc346f3914328dd8 (diff) | |
download | mate-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/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 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;
|