diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index b4492f68dc..42af3b54a7 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -774,6 +774,16 @@ blockquote blockquote blockquote blockquote blockquote blockquote{ overflow: visible; height: auto; } + .tmpPrintDiv td, textarea { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + } + .tmpPrintDiv .td_display { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 120%; + color: black; + background-color: #FFFFFF; + } pre { width:99% !important; } diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 6c85a6148d..7f75cf54af 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -773,6 +773,17 @@ blockquote blockquote blockquote blockquote blockquote blockquote { overflow: visible; height: auto; } + .tmpPrintDiv td, + textarea { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + } + .tmpPrintDiv .td_display { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 120%; + color: black; + background-color: #FFFFFF; + } pre { width: 99% !important; }