From c127ebeb30b86a032d620ea8be29bddec53b2be8 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Thu, 31 Dec 2015 00:26:50 +0100 Subject: Gtk+-3.14/16 submarine themes: fix padding of .app-notification .button:hover --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 + desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 + 2 files changed, 2 insertions(+) (limited to 'desktop-themes') 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, -- cgit v1.2.1