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:58 +0200
commitc740d21b42d88a2ac43b4bef7fd28424148d2636 (patch)
tree2611b4e26a015f7d3c164762ecee3c21c3c29acf /desktop-themes/Blue-Submarine
parente7d7ac4f983842fb3cb82c62f89bc822eef27242 (diff)
downloadmate-themes-c740d21b42d88a2ac43b4bef7fd28424148d2636.tar.bz2
mate-themes-c740d21b42d88a2ac43b4bef7fd28424148d2636.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,