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.
This commit is contained in:
Carlos Soriano 2013-09-09 13:37:36 +02:00
parent 75fe13f1df
commit 8ce599df38

View File

@ -1076,7 +1076,7 @@ StScrollBar StButton#vhandle:active {
background-gradient-end: rgba(255, 255, 255, .15); background-gradient-end: rgba(255, 255, 255, .15);
background-gradient-direction: vertical; background-gradient-direction: vertical;
border-radius: 4px; 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; transition-duration: 100ms;
} }