diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-31 14:55:10 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-31 14:55:10 +0100 |
commit | 6009690af4d365822a5e2dcefbe02a1726e3f0d8 (patch) | |
tree | db1b39c5f343f671c668b3de0888c7c449a7ec24 | |
parent | d947d82dce0785b39ebe032bd8e2d25cacbc7982 (diff) | |
download | mate-themes-6009690af4d365822a5e2dcefbe02a1726e3f0d8.tar.bz2 mate-themes-6009690af4d365822a5e2dcefbe02a1726e3f0d8.tar.xz |
Gtk+-3.14/16 GreenLaguna: fix padding of .app-notification .button:hover
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index e3a95bf2..289e0cc2 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3032,6 +3032,7 @@ GtkCalendar.header .app-notification.frame .titlebutton.button { icon-shadow: 0 1px black; outline-color: rgba(0, 0, 0, 0.3); border-radius: 3px; + padding: 0 0px 2px 0px; } .app-notification .button, |