]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4469 manually: reset width on file inputs
authorMark Otto <markotto@twitter.com>
Mon, 20 Aug 2012 17:28:41 +0000 (10:28 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 20 Aug 2012 17:28:41 +0000 (10:28 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index 02a32014c73547c71263c0c1a6c30469e78e5a27..412e05e79b03aa63f99be63a1eb768a6c0092d00 100644 (file)
@@ -1015,6 +1015,7 @@ input[type="checkbox"] {
   cursor: pointer;
 }
 
+input[type="file"],
 input[type="image"],
 input[type="submit"],
 input[type="reset"],
index c77339e41e372870d8a3459932a7319eabe730d1..77b5135a404043729e0614c11508f334eb0de1bf 100644 (file)
@@ -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"],