mirror of https://github.com/twbs/bootstrap.git
fixes #4469 manually: reset width on file inputs
This commit is contained in:
parent
e510306196
commit
73cf9c4db8
|
@ -1015,6 +1015,7 @@ input[type="checkbox"] {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type="file"],
|
||||
input[type="image"],
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue