From 9646578e8c2f83b9bfe4a4a19e9224d7e877382c Mon Sep 17 00:00:00 2001 From: Jason Devine Date: Fri, 27 Feb 2015 00:30:39 +0000 Subject: [PATCH] Included input[type="submit"] selector along with the rest to have native iOS styling cleared ('appearance:none;') --- css/skeleton.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..f469751 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -249,6 +249,7 @@ input[type="text"], input[type="tel"], input[type="url"], input[type="password"], +input[type="submit"], textarea { -webkit-appearance: none; -moz-appearance: none;