Added 'color' to input[type] rules

This commit is contained in:
Ben 2016-05-07 13:50:51 -06:00
parent 88f03612b0
commit 11d733b487

3
css/skeleton.css vendored
View File

@ -232,6 +232,7 @@ input[type="text"],
input[type="tel"], input[type="tel"],
input[type="url"], input[type="url"],
input[type="password"], input[type="password"],
input[type="color"],
textarea, textarea,
select { select {
height: 38px; height: 38px;
@ -249,6 +250,7 @@ input[type="text"],
input[type="tel"], input[type="tel"],
input[type="url"], input[type="url"],
input[type="password"], input[type="password"],
input[type="color"],
textarea { textarea {
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none; -moz-appearance: none;
@ -264,6 +266,7 @@ input[type="text"]:focus,
input[type="tel"]:focus, input[type="tel"]:focus,
input[type="url"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="password"]:focus,
input[type="color"]:focus,
textarea:focus, textarea:focus,
select:focus { select:focus {
border: 1px solid #33C3F0; border: 1px solid #33C3F0;