diff --git a/normalize.css b/normalize.css index c2de8df94..8cd5acaad 100644 --- a/normalize.css +++ b/normalize.css @@ -392,6 +392,15 @@ textarea { vertical-align: top; /* 2 */ } +/** + * Remove rounded corners in Safari and Chrome on iOS 5. + */ + +input { + -webkit-appearance: none; + border-radius: 0; +} + /* ========================================================================== Tables ========================================================================== */