Removes default date input styles.

This commit is contained in:
Brian Guerrero 2016-08-24 12:06:07 -05:00 committed by GitHub
parent 88f03612b0
commit a2880dd9f8

3
css/skeleton.css vendored
View File

@ -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;