aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
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 /less/buttons.less
parent5c7d339752f20627277ecd69945ae50508cefb8f (diff)
downloadbootstrap-2ef147b16b8d48941aa725f8a44f0612e5771c33.tar.xz
bootstrap-2ef147b16b8d48941aa725f8a44f0612e5771c33.zip
fix #10252 by restricting Android Firefox reset to only .form-control & .btn
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 5d60d39a7..40511ab96 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -17,6 +17,7 @@
text-align: center;
vertical-align: middle;
cursor: pointer;
+ background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 1px solid transparent;
border-radius: @border-radius-base;
white-space: nowrap;