Commit 4d527ec3 authored by Chris Rebert's avatar Chris Rebert

fixes #8702 until Normalize.css starts handling this

parent 057a87ed
......@@ -316,6 +316,13 @@ textarea {
line-height: inherit;
}
button,
input,
select[multiple],
textarea {
background-image: none;
}
a {
color: #428bca;
text-decoration: none;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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
// -------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment