Add styling for file input
This commit is contained in:
parent
f307ba424f
commit
0e23ce3afa
3
css/skeleton.css
vendored
3
css/skeleton.css
vendored
@ -192,6 +192,7 @@ button:hover,
|
|||||||
input[type="submit"]:hover,
|
input[type="submit"]:hover,
|
||||||
input[type="reset"]:hover,
|
input[type="reset"]:hover,
|
||||||
input[type="button"]:hover,
|
input[type="button"]:hover,
|
||||||
|
input[type="file"]:hover,
|
||||||
.button:focus,
|
.button:focus,
|
||||||
button:focus,
|
button:focus,
|
||||||
input[type="submit"]:focus,
|
input[type="submit"]:focus,
|
||||||
@ -231,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="file"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
@ -247,6 +249,7 @@ input[type="text"],
|
|||||||
input[type="tel"],
|
input[type="tel"],
|
||||||
input[type="url"],
|
input[type="url"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
|
input[type="file"],
|
||||||
textarea {
|
textarea {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user