Commit eef87c96 authored by Mark Otto's avatar Mark Otto
Browse files

#3684: reset width to auto for input type='image'

parent 348668ec
Showing with 3 additions and 1 deletion
+3 -1
......@@ -873,6 +873,7 @@ input[type="checkbox"] {
cursor: pointer;
}
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
......
......@@ -139,7 +139,8 @@ input[type="checkbox"] {
cursor: pointer;
}
// Reset width of input buttons, radios, checkboxes
// Reset width of input images, buttons, radios, checkboxes
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
......
Supports Markdown
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