18 Apr
2012
18 Apr
'12
8:22 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7979 --- Comment #4 from Fred P <fred.pierre@smfpl.org> --- I realize there aren't any other shadows in the interface, so I would suggest that button shadows be subtle, maybe a 3 pixel offset, 3 pixel blur, and 50% opacity on a 75% black value: -moz-box-shadow: -3px 3px 3px rgba(90,90,90,0.5); -webkit-box-shadow: -3px 3px 5px rgba(90,90,90,0.5); box-shadow: -3px 3px 3px rgba(90,90,90,0.5); A small shadow makes it easier for touch-screen users. -- You are receiving this mail because: You are watching all bug changes.