aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-30 23:31:30 -0700
committerMark Otto <[email protected]>2013-08-30 23:31:30 -0700
commit644c227ae16a9870c6aa456e0dc826fab0e5fa2e (patch)
tree37fb08922ff544c453c6ef5dc7cbb75885d5f319 /dist/css/bootstrap.css
parent216df5bb46e1910de4aaf517066f3184111263f4 (diff)
parent2ef147b16b8d48941aa725f8a44f0612e5771c33 (diff)
downloadbootstrap-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.css9
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;