From 04ff44636c95c1ad4d8ef0371614852fb779ee9e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 10 Aug 2015 13:48:34 +0200 Subject: Gtk3 submarine themes: adjust button hover bg for dark toolbars --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-themes/Blue-Submarine') 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 eec5156c..86877f76 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -2341,8 +2341,8 @@ GtkHandleBox, .toolbar .button:hover { background-image: -gtk-gradient (linear, left top, left bottom, - from (alpha(#fff, 0.03)), - to (alpha(#000, 0.08))); + from (shade(@menu_bg_dark_color, 2.03)), + to (shade(@menu_bg_dark_color, 1.17))); box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), inset 1px 0px shade (@theme_selected_bg_color, 1.3), inset -1px 0px shade (@theme_selected_bg_color, 1.3), -- cgit v1.2.1