diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-31 00:26:50 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-02 01:53:18 +0100 |
commit | 3e8ef102e8811797e3bb2e722c093a37fd151328 (patch) | |
tree | c54142453fcb764268a66974e2eedea7b61a5ced /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 57de043dfcdba1b098aed2218fed9752b0a41929 (diff) | |
download | mate-themes-3e8ef102e8811797e3bb2e722c093a37fd151328.tar.bz2 mate-themes-3e8ef102e8811797e3bb2e722c093a37fd151328.tar.xz |
Gtk+-3.14/16 submarine themes: fix padding of .app-notification .button:hover
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 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,
|