Remove iPhone form input border

Published: 13 years ago

  • Difficulty: Easy
  • Snippet Length: 1 minute
  • Knowledge Needed: HTML, CSS

By default the iPhone browser adds an outline to any input boxes that have had their border or background colours removed through css.

If you wish to just strip this you can use the following webkit declaration

input { -webkit-appearance: none; }

comments powered by Disqus
:?>