From 8ce599df385c3174c87b052ac03db8e13dabb971 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Mon, 9 Sep 2013 13:37:36 +0200 Subject: [PATCH] theme: Change overview icon shadow inset opacity In the commit 9a8bf3b was changed the background opacity of overview icons. That cause that the shadow of the checked state of icons was too hard, so it seems to be cut off. Change the opacity of the shadow to solve this. --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 07ca59cfa..b0ab88251 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1076,7 +1076,7 @@ StScrollBar StButton#vhandle:active { background-gradient-end: rgba(255, 255, 255, .15); background-gradient-direction: vertical; border-radius: 4px; - box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 1); + box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.7); transition-duration: 100ms; }