summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-12-31 00:26:50 +0100
committerWolfgang Ulbrich <[email protected]>2015-12-31 00:26:50 +0100
commitc127ebeb30b86a032d620ea8be29bddec53b2be8 (patch)
treee58f3124911eb2516485f0fb4a49f4271ac4066d
parent17c0a64a476b9f728eeef8a34321547d5c2402d9 (diff)
downloadmate-themes-c127ebeb30b86a032d620ea8be29bddec53b2be8.tar.bz2
mate-themes-c127ebeb30b86a032d620ea8be29bddec53b2be8.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.css1
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css1
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 8bf9508b..4d9aec61 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -4185,6 +4185,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 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,