diff options
author | raveit65 <[email protected]> | 2015-08-10 13:48:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-10 13:48:34 +0200 |
commit | 04ff44636c95c1ad4d8ef0371614852fb779ee9e (patch) | |
tree | d0b4f31a824643b25343e357cb50bede776911cc /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 571a1c7c442ba1c748b3ab15fcc821b728c02b8c (diff) | |
download | mate-themes-04ff44636c95c1ad4d8ef0371614852fb779ee9e.tar.bz2 mate-themes-04ff44636c95c1ad4d8ef0371614852fb779ee9e.tar.xz |
Gtk3 submarine themes: adjust button hover bg for dark toolbars
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 282f1fb3..515de826 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -2320,8 +2320,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),
|