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 | |
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')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 2 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 2 |
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 4cd8bedc..40d68ede 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3005,7 +3005,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;
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;
|