diff options
| author | Mark Otto <[email protected]> | 2013-08-30 23:31:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-30 23:31:30 -0700 |
| commit | 644c227ae16a9870c6aa456e0dc826fab0e5fa2e (patch) | |
| tree | 37fb08922ff544c453c6ef5dc7cbb75885d5f319 /dist/css/bootstrap.css | |
| parent | 216df5bb46e1910de4aaf517066f3184111263f4 (diff) | |
| parent | 2ef147b16b8d48941aa725f8a44f0612e5771c33 (diff) | |
| download | bootstrap-644c227ae16a9870c6aa456e0dc826fab0e5fa2e.tar.xz bootstrap-644c227ae16a9870c6aa456e0dc826fab0e5fa2e.zip | |
Merge pull request #10265 from twbs/fix-10252
fix #10252 by restricting Android Firefox reset to only .form-control & .btn
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 319ca9e3a..856e378cb 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; |
