From 58bd3eaff9b2459496ac98969fa1b5016a4ac8a8 Mon Sep 17 00:00:00 2001 From: Mike Olsen Date: Tue, 8 Oct 2013 15:20:47 -0700 Subject: [PATCH] Remove rounded corners in Safari on iOS 5 --- normalize.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ========================================================================== */