mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-04 12:47:35 +02:00
fixes #4469 manually: reset width on file inputs
This commit is contained in:
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -1015,6 +1015,7 @@ input[type="checkbox"] {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="file"],
|
||||||
input[type="image"],
|
input[type="image"],
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
input[type="reset"],
|
input[type="reset"],
|
||||||
|
@@ -140,6 +140,7 @@ input[type="checkbox"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Reset width of input images, buttons, radios, checkboxes
|
// Reset width of input images, buttons, radios, checkboxes
|
||||||
|
input[type="file"],
|
||||||
input[type="image"],
|
input[type="image"],
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
input[type="reset"],
|
input[type="reset"],
|
||||||
|
Reference in New Issue
Block a user