iPhone iOS will not display box-shadow properly
The Design The contact form on a responsive design has input fields with both an inset shadow and regular outside shadow. See image below. The Code input { background:#fff; height:auto; padding:8px 8px 7px; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border:#fff solid 3px; border-radius:4px; box-shadow:0px 0px 5px rgba(0, 0, 0, .25), inset 2px 2px 3px rgba(0, 0, 0, .2); } The Issue iOS v4+ does not display the box-shadow properly. See image below. Tested I have attempted using -webkit-box-shadow. -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, .25