fix #10252 by restricting Android Firefox reset to only .form-control & .btn
This commit is contained in:
parent
5c7d339752
commit
2ef147b16b
5 changed files with 5 additions and 19 deletions
9
dist/css/bootstrap.css
vendored
9
dist/css/bootstrap.css
vendored
|
|
@ -316,13 +316,6 @@ textarea {
|
|||
line-height: inherit;
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
select[multiple],
|
||||
textarea {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
text-decoration: none;
|
||||
|
|
@ -1724,6 +1717,7 @@ output {
|
|||
color: #555555;
|
||||
vertical-align: middle;
|
||||
background-color: #ffffff;
|
||||
background-image: none;
|
||||
border: 1px solid #cccccc;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
|
|
@ -2006,6 +2000,7 @@ textarea.input-lg {
|
|||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
-webkit-user-select: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue