style input[file] to same width
This commit is contained in:
@@ -47,8 +47,13 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
input[type="button"] {
|
input[type="submit"],
|
||||||
|
input[type="file"] {
|
||||||
width: 8rem;
|
width: 8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="submit"],
|
||||||
|
input[type="button"] {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user