diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-31 00:26:50 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-31 00:27:40 +0100 |
commit | 9c677f89f5d457614a6d61c28dfcd34aa114e7c0 (patch) | |
tree | 676ecd272e53e679ecbabc7362a6ad53a16d1e9b | |
parent | a4981ad760445c46c8ece0fa0228ffc91fa160c8 (diff) | |
download | mate-themes-9c677f89f5d457614a6d61c28dfcd34aa114e7c0.tar.bz2 mate-themes-9c677f89f5d457614a6d61c28dfcd34aa114e7c0.tar.xz |
Gtk+-3.14/16 submarine themes: fix padding of .app-notification .button:hover
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
2 files changed, 2 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 bdb81ab2..34e1cbfb 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -4042,6 +4042,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,
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 88d91cf9..1328d46d 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -4027,6 +4027,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,
|