0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01: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

View File

@ -316,6 +316,13 @@ textarea {
line-height: inherit;
}
button,
input,
select[multiple],
textarea {
background-image: none;
}
a {
color: #428bca;
text-decoration: none;

File diff suppressed because one or more lines are too long

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
// -------------------------