Add styling for file input

This commit is contained in:
jamesdhutton 2014-12-17 00:16:11 +00:00
parent f307ba424f
commit 0e23ce3afa

3
css/skeleton.css vendored
View File

@ -192,6 +192,7 @@ button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="file"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
@ -231,6 +232,7 @@ input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="file"],
textarea,
select {
height: 38px;
@ -247,6 +249,7 @@ input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="file"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;