summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-12-31 00:26:50 +0100
committerWolfgang Ulbrich <[email protected]>2016-01-02 01:53:18 +0100
commit3e8ef102e8811797e3bb2e722c093a37fd151328 (patch)
treec54142453fcb764268a66974e2eedea7b61a5ced
parent57de043dfcdba1b098aed2218fed9752b0a41929 (diff)
downloadmate-themes-3e8ef102e8811797e3bb2e722c093a37fd151328.tar.bz2
mate-themes-3e8ef102e8811797e3bb2e722c093a37fd151328.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 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,
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 5a6b49ee..a9453e2d 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -4055,6 +4055,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,