summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-19 14:30:48 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-19 14:30:48 +0100
commit31b331b5141481f659936ab914106e3ee7b92953 (patch)
treeb8193e9621c997eb4db1e71559bbc98b83d88cca /desktop-themes
parent19b4ffb88eee5b301f7a9b3f19dae808ef026d18 (diff)
downloadmate-themes-31b331b5141481f659936ab914106e3ee7b92953.tar.bz2
mate-themes-31b331b5141481f659936ab914106e3ee7b92953.tar.xz
GTK+-3.20 Blue-Submarine: fix gradiant for button:checked:active
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 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 70bbc670..5a47eee4 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -845,7 +845,7 @@ button:checked:hover:active {
left top, left bottom,
from (shade (@theme_bg_color, 1.20)),
color-stop (0.50, shade (@theme_bg_color, 1.00)),
- color-stop (0.50, shade (@theme_bg_color, 0.95)),
+ color-stop (0.50, shade (@theme_bg_color, 0.99)),
to (shade (@theme_bg_color, 0.80)));
border-radius: 6px;
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),