summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-10 13:48:34 +0200
committerraveit65 <[email protected]>2015-08-10 13:49:23 +0200
commitce9362410be5ee0940cf6f6372ae1ecc3de499f6 (patch)
treea02fd854d1b8bee238b6f928c8760a6e413a9e2f /desktop-themes/Blue-Submarine
parentb5ed26cdc6bacaa5ba9c3a7b7e45c41912c13e34 (diff)
downloadmate-themes-ce9362410be5ee0940cf6f6372ae1ecc3de499f6.tar.bz2
mate-themes-ce9362410be5ee0940cf6f6372ae1ecc3de499f6.tar.xz
Gtk3 submarine themes: adjust button hover bg for dark toolbars
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css4
1 files changed, 2 insertions, 2 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 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),