diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-05 22:56:29 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-05 22:56:29 +0000 |
| commit | 14f5e393c844b43040be4b0286eb68aa4a66c751 (patch) | |
| tree | 6fbf94e26c7a2ea61d21e131f03303b4f266bb0e /roundcubemail/skins/default/common.css | |
| parent | 38ac1065601a6c780d0092aca93c9d5eeab5b07d (diff) | |
Applied patch to prevent from purging inbox (#1484449) + CSS hack for Safari
git-svn-id: https://svn.roundcube.net/trunk@1020 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index c7743e84a..308953bf5 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -10,6 +10,7 @@ body body.iframe { margin: 0px; + background-color: #FFF; } body.extwin |
