diff options
author | raveit65 <[email protected]> | 2015-09-14 12:55:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 12:55:51 +0200 |
commit | b2331df3baa4946d994e78749339d79a4e548172 (patch) | |
tree | 11ecb34bbfdba43df67d6a6e883e62cf1f999c81 /desktop-themes/Blue-Submarine | |
parent | 353d55aaf7d168af86295a1ebbd9475f65b5d132 (diff) | |
download | mate-themes-b2331df3baa4946d994e78749339d79a4e548172.tar.bz2 mate-themes-b2331df3baa4946d994e78749339d79a4e548172.tar.xz |
GTK3 Blue-Submarine: use correct background-image for checked/hover state for raised-linked buttons in toolbar
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-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 fb8dc2e8..62fff5e5 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -2560,8 +2560,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;
|