diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-02 01:22:09 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-02 01:22:45 +0100 |
commit | 1dfab6942333f8bb8eb720e39bee1321170fd63a (patch) | |
tree | 8019110653d979b2ebca11967fd3db27bada685d /desktop-themes | |
parent | abfdbd0156a618fcc1e91bfecdc1d883bd41b164 (diff) | |
download | mate-themes-1dfab6942333f8bb8eb720e39bee1321170fd63a.tar.bz2 mate-themes-1dfab6942333f8bb8eb720e39bee1321170fd63a.tar.xz |
GTK3 BlackMate: fix padding of .app-notification .button:hover
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index b7666958..0b1be2eb 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -3140,6 +3140,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:active, |