diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-10-26 23:52:45 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-10-26 23:53:39 +0100 |
commit | 54a0bede2b50a1e1ec2007a7bfde6d9ba7548494 (patch) | |
tree | ea222b3eda333dcd9b78568a3637cdb6be7ea77c | |
parent | 838954daa2bf651bf3b73e65157d37ae7d386bc2 (diff) | |
download | mate-themes-54a0bede2b50a1e1ec2007a7bfde6d9ba7548494.tar.bz2 mate-themes-54a0bede2b50a1e1ec2007a7bfde6d9ba7548494.tar.xz |
GTK3 submarine themes: fix padding of default button in dconf-editor
GtkGrid .button.image-button
-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 dd96994b..2f1789ca 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3060,7 +3060,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;
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;
|