diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 16:35:52 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 16:35:52 +0200 |
commit | 50d0f2d648f2eed84563042d5b83504092fd9807 (patch) | |
tree | 9c21910678093e9da626de05349451ec3c8f3976 /skins/larry/mail.css | |
parent | 10467e8a5957666051bcb2a48282f49e6688d7d4 (diff) |
Force fonts in compose fields to be all the same (#1488690)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 53b34105a..a2756638d 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1217,6 +1217,8 @@ div.message-part blockquote blockquote blockquote { .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 { |