summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 12:55:51 +0200
committerraveit65 <[email protected]>2015-09-14 12:55:51 +0200
commitb2331df3baa4946d994e78749339d79a4e548172 (patch)
tree11ecb34bbfdba43df67d6a6e883e62cf1f999c81 /desktop-themes/Blue-Submarine
parent353d55aaf7d168af86295a1ebbd9475f65b5d132 (diff)
downloadmate-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.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 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;