diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-02 07:33:34 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-02 07:33:34 +0000 |
| commit | 8a09b4dabb8da4ca465472f96db4281484db4635 (patch) | |
| tree | 128853b90f3f8910ac7a3be11592f5b1840ffcf6 /roundcubemail | |
| parent | c7c70862295c9ce95e7920ac58866234f3196f06 (diff) | |
- Fix background color in importcontacts (#1486882)
git-svn-id: https://svn.roundcube.net/trunk@3852 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/addressbook.css | 5 | ||||
| -rw-r--r-- | roundcubemail/skins/default/common.css | 7 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/importcontacts.html | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/roundcubemail/skins/default/addressbook.css b/roundcubemail/skins/default/addressbook.css index 1381a94a6..ec9e6326b 100644 --- a/roundcubemail/skins/default/addressbook.css +++ b/roundcubemail/skins/default/addressbook.css @@ -205,10 +205,6 @@ body.iframe, #contact-frame { background-color: #F2F2F2; -} - -#contact-frame -{ border: none; } @@ -217,3 +213,4 @@ body.iframe, font-weight: bold; text-align: right; } + diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 2585c980f..689363c0b 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -469,6 +469,11 @@ img background-color: #c00; } +.darkbg +{ + background-color: #F2F2F2 !important; +} + /***** common table settings ******/ @@ -681,7 +686,7 @@ a.rcmContactAddress:hover opacity: 0.8; } - + /***** onclick menu list *****/ ul.toolbarmenu diff --git a/roundcubemail/skins/default/templates/importcontacts.html b/roundcubemail/skins/default/templates/importcontacts.html index 422b70ffb..05c7eb7b7 100644 --- a/roundcubemail/skins/default/templates/importcontacts.html +++ b/roundcubemail/skins/default/templates/importcontacts.html @@ -9,7 +9,7 @@ <roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/header.html" /> -<div id="mainscreen" class="box"> +<div id="mainscreen" class="box darkbg"> <div class="boxtitle"><roundcube:label name="importcontacts" /></div> <div class="boxcontent"> |
