diff --git a/skins/classic/common.css b/skins/classic/common.css index 6e9986165..d28f2871c 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -20,12 +20,16 @@ body.extwin margin: 10px; } -select, input, textarea +select, input, textarea, button { - font-size: 12px; + font-size: inherit; font-family: inherit; } +html.mozilla select { + padding: 2px 1px; +} + th { font-weight: normal; diff --git a/skins/larry/mail.css b/skins/larry/mail.css index dfda7f4f3..9a700416f 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1475,8 +1475,6 @@ div.message-partheaders .headers-table td.header { .compose-headers td input { width: 100%; resize: none; - font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; } #compose-cc, #compose-bcc, #compose-replyto, #compose-followupto {