From 7dce8eb1229930048ac8e851a8f6717b60ea7abb 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(+) 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, -- cgit v1.2.1