aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-28 15:37:34 -0700
committerChris Rebert <[email protected]>2013-08-28 15:37:34 -0700
commit2ef147b16b8d48941aa725f8a44f0612e5771c33 (patch)
tree1f68b15bbc7ceeccdf40d5622e5367060650fa64 /dist/css/bootstrap.css
parent5c7d339752f20627277ecd69945ae50508cefb8f (diff)
downloadbootstrap-2ef147b16b8d48941aa725f8a44f0612e5771c33.tar.xz
bootstrap-2ef147b16b8d48941aa725f8a44f0612e5771c33.zip
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;