From 4e7750f10f32bf7be5041d0424bb7cf42542ee9a Mon Sep 17 00:00:00 2001 From: Tim Walling Date: Wed, 5 Aug 2015 13:16:35 -0400 Subject: [PATCH] added button type to list of inputs which need ios default styles removed --- css/skeleton.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..534a8ab 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -242,6 +242,7 @@ select { box-shadow: none; box-sizing: border-box; } /* Removes awkward default styles on some inputs for iOS */ +input[type="button"], input[type="email"], input[type="number"], input[type="search"],