aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-04 20:27:42 -0700
committerMark Otto <[email protected]>2012-06-04 20:27:42 -0700
commiteef87c96afb281e343b9ad6345220b41457a85d7 (patch)
treea1bdc905ed0d10e51a499bfcd6c7754dce266333 /less/forms.less
parent348668ec13c534160e4560325a3b01e101cec704 (diff)
downloadbootstrap-eef87c96afb281e343b9ad6345220b41457a85d7.tar.xz
bootstrap-eef87c96afb281e343b9ad6345220b41457a85d7.zip
#3684: reset width to auto for input type='image'
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 10c586ee0..633ad4551 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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"],