2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fixes #8702 until Normalize.css starts handling this

This commit is contained in:
Chris Rebert
2013-08-14 16:06:51 -07:00
parent 057a87ed65
commit 4d527ec316
3 changed files with 16 additions and 1 deletions
+7
View File
@@ -316,6 +316,13 @@ textarea {
line-height: inherit;
}
button,
input,
select[multiple],
textarea {
background-image: none;
}
a {
color: #428bca;
text-decoration: none;
+1 -1
View File
File diff suppressed because one or more lines are too long
+8
View File
@@ -39,6 +39,14 @@ textarea {
line-height: inherit;
}
// Reset unusual Firefox-on-Android default style, see https://github.com/necolas/normalize.css/issues/214
button,
input,
select[multiple],
textarea {
background-image: none;
}
// Links
// -------------------------