diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-31 00:26:50 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-02 01:53:32 +0100 |
commit | 7dce8eb1229930048ac8e851a8f6717b60ea7abb (patch) | |
tree | 932b9232389f9f329ac784d2451e504468431651 | |
parent | bb62bfaca930b820e89a852d7f148eaab5344c4f (diff) | |
download | mate-themes-7dce8eb1229930048ac8e851a8f6717b60ea7abb.tar.bz2 mate-themes-7dce8eb1229930048ac8e851a8f6717b60ea7abb.tar.xz |
Gtk+-3.14/16 submarine themes: fix padding of .app-notification .button:hover
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
2 files changed, 2 insertions, 0 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 dae7b0e4..459ca0e6 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -4052,6 +4052,7 @@ GtkCalendar.header .app-notification.frame .titlebutton.button { icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
border-radius: 3px;
+ padding: 0 0px 2px 0px;
}
.app-notification .button:checked,
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 5a6b49ee..a9453e2d 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -4055,6 +4055,7 @@ GtkCalendar.header .app-notification.frame .titlebutton.button { icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
border-radius: 3px;
+ padding: 0 0px 2px 0px;
}
.app-notification .button:checked,
|