Commit 73cf9c4d authored by Mark Otto's avatar Mark Otto

fixes #4469 manually: reset width on file inputs

parent e5103061
......@@ -1015,6 +1015,7 @@ input[type="checkbox"] {
cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
......
......@@ -140,6 +140,7 @@ input[type="checkbox"] {
}
// Reset width of input images, buttons, radios, checkboxes
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment