diff options
author | raveit65 <[email protected]> | 2015-09-14 12:55:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 12:57:12 +0200 |
commit | 9bef117c47abdaf53724b1c70be33678832f4651 (patch) | |
tree | eb4c94a2548f72012fbd66eef187971707ba19c5 /desktop-themes | |
parent | 7f83df9e91e9ddec54ebea81a52472a782288a82 (diff) | |
download | mate-themes-9bef117c47abdaf53724b1c70be33678832f4651.tar.bz2 mate-themes-9bef117c47abdaf53724b1c70be33678832f4651.tar.xz |
GTK3 Blue-Submarine: use correct background-image for checked/hover state for raised-linked buttons in toolbar
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 4 |
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 bc2188a4..06f69c07 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -2578,8 +2578,8 @@ GtkHandleBox, .toolbar .raised.button:checked {
background-image: -gtk-gradient (linear,
left top, left bottom,
- from (shade(@button_raised_gradient_color_b, 0.90)),
- to (shade(@button_raised_gradient_color_a, 0.80)));
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
border-style: solid;
border-radius: 5px;
border-image: none;
|