diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-26 23:56:01 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-26 23:56:38 +0100 |
commit | 62120ed918f724f9310491ad1bcd4c6cdf4cb08e (patch) | |
tree | e9f8f8ef0a4ee81f62eaf9e5a1db2478072e4649 /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | ebe4e9ddd2209e0d27d0b2ea8aa03b68fdf38d80 (diff) | |
download | mate-themes-62120ed918f724f9310491ad1bcd4c6cdf4cb08e.tar.bz2 mate-themes-62120ed918f724f9310491ad1bcd4c6cdf4cb08e.tar.xz |
GTK3 submarine themes: fix padding of default button in dconf-editor
GtkGrid .button.image-button
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-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 b61176ec..eea3d197 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -2987,7 +2987,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;
|