Added 'color' to input[type] rules
This commit is contained in:
parent
88f03612b0
commit
11d733b487
3
css/skeleton.css
vendored
3
css/skeleton.css
vendored
@ -232,6 +232,7 @@ input[type="text"],
|
||||
input[type="tel"],
|
||||
input[type="url"],
|
||||
input[type="password"],
|
||||
input[type="color"],
|
||||
textarea,
|
||||
select {
|
||||
height: 38px;
|
||||
@ -249,6 +250,7 @@ input[type="text"],
|
||||
input[type="tel"],
|
||||
input[type="url"],
|
||||
input[type="password"],
|
||||
input[type="color"],
|
||||
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="color"]:focus,
|
||||
textarea:focus,
|
||||
select:focus {
|
||||
border: 1px solid #33C3F0;
|
||||
|
Loading…
Reference in New Issue
Block a user