diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..2dbf894 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -232,6 +232,7 @@ input[type="text"], input[type="tel"], input[type="url"], input[type="password"], +input[type="date"], textarea, select { height: 38px; @@ -249,6 +250,7 @@ input[type="text"], input[type="tel"], input[type="url"], input[type="password"], +input[type="date"], textarea { -webkit-appearance: none; -moz-appearance: none; @@ -264,6 +266,7 @@ input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, +input[type="date"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0;