summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-10 13:48:34 +0200
committerraveit65 <[email protected]>2015-08-10 13:50:01 +0200
commit041ec715bfcc4bfe4dd48236591364d72663a098 (patch)
tree582366d563e337a4e3b7f5a157a8f73bd4bae570 /desktop-themes
parentb1b670b66e23b36731d7900296bd36d2414d56c8 (diff)
downloadmate-themes-041ec715bfcc4bfe4dd48236591364d72663a098.tar.bz2
mate-themes-041ec715bfcc4bfe4dd48236591364d72663a098.tar.xz
Gtk3 submarine themes: adjust button hover bg for dark toolbars
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css4
2 files changed, 4 insertions, 4 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 0c99416b..b9212958 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -2203,8 +2203,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),
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 77c555c7..f09d8849 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -2185,8 +2185,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(@selected_bg_color, 1.05),
inset 1px 0px shade(@selected_bg_color, 0.97),
inset -1px 0px shade(@selected_bg_color, 0.93),