summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-10 13:01:17 +0200
committerraveit65 <[email protected]>2016-05-10 13:01:17 +0200
commit64edd6ae6d26e2ffdf1a1cd4fc8162d39b87960f (patch)
tree2611b4e26a015f7d3c164762ecee3c21c3c29acf /desktop-themes/Blue-Submarine
parent8435eaf4ab75b6dafa45ca273b40da3f2749aef3 (diff)
downloadmate-themes-64edd6ae6d26e2ffdf1a1cd4fc8162d39b87960f.tar.bz2
mate-themes-64edd6ae6d26e2ffdf1a1cd4fc8162d39b87960f.tar.xz
GTK+-3.20 Submarine themes: adjust hover fg color in primary-toolbars
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css4
1 files changed, 4 insertions, 0 deletions
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,