From c740d21b42d88a2ac43b4bef7fd28424148d2636 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 10 May 2016 13:01:17 +0200 Subject: GTK+-3.20 Submarine themes: adjust hover fg color in primary-toolbars --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 4 ++++ 1 file changed, 4 insertions(+) (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 24fc59b0..8b8209f2 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -2455,6 +2455,10 @@ toolbar button.flat.image-button label { color: @menu_fg_dark_color; } +toolbar button.flat.image-button:hover label { + color: shade (@theme_selected_bg_color, 1.6); +} + toolbar toolitem combobox button.combo, toolbar toolbutton button.flat.toggle.popup:focus, toolbar toolbutton button.flat.toggle.popup:disabled, -- cgit v1.2.1