[Koha-bugs] [Bug 7979] New design for staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 18 20:22:10 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7979

--- Comment #4 from Fred P <fred.pierre at 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.


More information about the Koha-bugs mailing list