diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-02 09:26:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-02 09:26:32 +0000 |
| commit | 44c3271e431e5366fc7d19dcf64b74aab795df18 (patch) | |
| tree | 63180d713c114c416fed06fb6d23fcc94868f407 /roundcubemail/skins | |
| parent | 6d31ef7cdceabc2783d52aacc355c7790363e3ec (diff) | |
- Better html editor border
git-svn-id: https://svn.roundcube.net/trunk@5940 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 15 |
1 files changed, 15 insertions, 0 deletions
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%; |
