diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-31 14:55:10 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-31 14:56:07 +0100 |
commit | aeba67857922d2a42fbccc49b54da7ed41eadb20 (patch) | |
tree | 073630d2f0c604b04e60860e927b1dad749bf70d /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | c127ebeb30b86a032d620ea8be29bddec53b2be8 (diff) | |
download | mate-themes-aeba67857922d2a42fbccc49b54da7ed41eadb20.tar.bz2 mate-themes-aeba67857922d2a42fbccc49b54da7ed41eadb20.tar.xz |
Gtk+-3.14/16 GreenLaguna: fix padding of .app-notification .button:hover
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-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 7cc3fa06..27ba7088 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3260,6 +3260,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, |