Skip to content

Commit

Permalink
fixes #8702 until Normalize.css starts handling this
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Aug 14, 2013
1 parent 057a87e commit 4d527ec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,13 @@ textarea {
line-height: inherit;
}

button,
input,
select[multiple],
textarea {
background-image: none;
}

a {
color: #428bca;
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions less/scaffolding.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
// -------------------------
Expand Down

0 comments on commit 4d527ec

Please sign in to comment.