mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Better fix for 168391 from dbaron
This commit is contained in:
parent
828367f17b
commit
53f7a62d8f
@ -37,22 +37,21 @@
|
||||
@import url("resource:/res/forms.css");
|
||||
|
||||
input {
|
||||
font-family: inherit !important;
|
||||
font: medium serif; font-family: inherit
|
||||
}
|
||||
|
||||
/* Taking out for now - messes up some Yahoo! news stories
|
||||
select {
|
||||
font-family: inherit !important;
|
||||
} */
|
||||
font: medium serif; font-family: inherit
|
||||
}
|
||||
|
||||
optgroup {
|
||||
font-family: inherit !important;
|
||||
font: medium serif; font-family: inherit
|
||||
}
|
||||
|
||||
button,
|
||||
input[type="reset"],
|
||||
input[type="button"],
|
||||
input[type="submit"] {
|
||||
font-family: inherit !important;
|
||||
font: medium serif; font-family: inherit
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user