diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-13 18:02:39 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-13 18:02:39 +0100 |
commit | b274c8cad94cda1dafa46be60ca9eb77a00a57a6 (patch) | |
tree | a90d56583a009b3f0275040de29cd0858bdc257f /skins | |
parent | a94f4be8d2cad46926d1fb2734d16ed2a04868be (diff) |
Fix missing HTML editor border
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/common.css | 1 | ||||
-rw-r--r-- | skins/classic/mail.css | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index b87286249..d0f0f3148 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -1458,7 +1458,6 @@ table.quota-info td.root { padding: 6px 8px !important; } -.mce-tinymce, .mce-panel.mce-toolbar-grp { border: 0 !important; diff --git a/skins/classic/mail.css b/skins/classic/mail.css index 1eeba491a..b10e9952f 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -1381,6 +1381,10 @@ div.hide-headers border: 1px solid #999; } +#compose-body-div .mce-tinymce { + border: 0 !important; +} + #compose-div .boxlistcontent { bottom: 23px; |