summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-02 16:35:52 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-02 16:38:17 +0200
commit92de1c8f54359f83faa2e7cb377c62fd8915ef11 (patch)
tree452326c294989b99dd986061143b0aa742922354 /skins
parenteb8db935acccfba17f49c02f66bfd12da21964aa (diff)
Force fonts in compose fields to be all the same (#1488690)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 86bb0b416..8297fde49 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1155,6 +1155,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 {