From 632607adf3078d74afac021fed8d86c8cd1053e6 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Tue, 22 Dec 2015 02:01:16 +0100 Subject: GTK3 submarine themes: fix button hover backgroung in nemo pathbar --- desktop-themes/Green-Submarine/gtk-3.0/other-applications.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop-themes/Green-Submarine') diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index 3c0cc70e..8514cfa5 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -384,7 +384,10 @@ NemoWindow .primary-toolbar.toolbar .button:checked, NemoWindow .primary-toolbar.toolbar .button:checked:hover { padding: 4px; background-color: transparent; - background-image: none; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@menu_bg_dark_color, 2.03)), + to (shade(@menu_bg_dark_color, 1.17))); border-width: 1px; border-style: solid; border-radius: 5px; -- cgit v1.2.1