From 44c3271e431e5366fc7d19dcf64b74aab795df18 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 2 Mar 2012 09:26:32 +0000 Subject: - Better html editor border git-svn-id: https://svn.roundcube.net/trunk@5940 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 1c73a1a70..37ec53de4 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -1332,6 +1332,21 @@ div.hide-headers resize: none; } +#compose-body_tbl +{ + border: 1px solid #999; +} + +#compose-body_tbl td +{ + border: none; +} + +#compose-body_tbl tr.mceFirst td.mceToolbar +{ + border-bottom: 1px solid #ccc; +} + #compose-headers { width: 100%; -- cgit v1.2.3