-
Stop iphone from inheriting Safari styling
Date: Aug 29, 2012 | Categories: Css | Written By: Mike Ballan
I come across this a few times now and keep forgetting how to stop the iPhone (Safari) from changing the appearance of buttons and other controls to resemble native controls. But all you need to do is add this little piece of code into your CSS..!
Tags: CSS | iPhone | Safari-webkit-appearance:none;
