Commit eef87c96 authored by Mark Otto's avatar Mark Otto

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

parent 348668ec
...@@ -873,6 +873,7 @@ input[type="checkbox"] { ...@@ -873,6 +873,7 @@ input[type="checkbox"] {
cursor: pointer; cursor: pointer;
} }
input[type="image"],
input[type="submit"], input[type="submit"],
input[type="reset"], input[type="reset"],
input[type="button"], input[type="button"],
......
...@@ -139,7 +139,8 @@ input[type="checkbox"] { ...@@ -139,7 +139,8 @@ input[type="checkbox"] {
cursor: pointer; 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="submit"],
input[type="reset"], input[type="reset"],
input[type="button"], input[type="button"],
......
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