http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7979
--- Comment #4 from Fred P <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
