Force fonts in compose fields to be all the same (#1488690)

pull/32/merge
Thomas Bruederli 12 years ago
parent 10467e8a59
commit 50d0f2d648

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Force fonts in compose fields to be all the same (#1488690)
- Fix handling vCard entries with TEL;TYPE=CELL (#1488728)
- Integrated zipdownload plugin to download all attachments (#1445509)
- Fix HTML special characters handling in message list/header display (#1488523)

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

Loading…
Cancel
Save