style input[file] to same width

This commit is contained in:
sentriz
2020-03-12 20:02:07 +00:00
parent ce5c5d3b58
commit 0994b4f636

View File

@@ -47,8 +47,13 @@ textarea {
}
input[type="submit"],
input[type="button"] {
input[type="submit"],
input[type="file"] {
width: 8rem;
}
input[type="submit"],
input[type="button"] {
background-color: white;
cursor: pointer;
}