diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-31 00:26:50 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-31 00:26:50 +0100 |
commit | c127ebeb30b86a032d620ea8be29bddec53b2be8 (patch) | |
tree | e58f3124911eb2516485f0fb4a49f4271ac4066d /desktop-themes/Green-Submarine | |
parent | 17c0a64a476b9f728eeef8a34321547d5c2402d9 (diff) | |
download | mate-themes-c127ebeb30b86a032d620ea8be29bddec53b2be8.tar.bz2 mate-themes-c127ebeb30b86a032d620ea8be29bddec53b2be8.tar.xz |
Gtk+-3.14/16 submarine themes: fix padding of .app-notification .button:hover
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 ef2e7ff5..7af1c4ce 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -4170,6 +4170,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,
|