Better fix for 168391 from dbaron

This commit is contained in:
mkaply%us.ibm.com 2003-03-07 21:32:39 +00:00
parent 828367f17b
commit 53f7a62d8f

View File

@ -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
}