From 7d0518004312f3a9ad3ff70113837500e0eef25d Mon Sep 17 00:00:00 2001 From: Tim Walling Date: Wed, 5 Aug 2015 13:36:07 -0400 Subject: [PATCH] added submit type to list --- css/skeleton.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/skeleton.css b/css/skeleton.css index 534a8ab..d66ba9a 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -243,6 +243,7 @@ select { box-sizing: border-box; } /* Removes awkward default styles on some inputs for iOS */ input[type="button"], +input[type="submit"], input[type="email"], input[type="number"], input[type="search"],