2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

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

This commit is contained in:
Mark Otto
2012-06-04 20:27:42 -07:00
parent 348668ec13
commit eef87c96af
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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"],