diff options
author | alecpl <alec@alec.pl> | 2010-08-02 07:33:34 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-08-02 07:33:34 +0000 |
commit | 7a0b9be8e34d5310b834af09e8fff91df9bf5471 (patch) | |
tree | d4fb1461cc07ecafd6f184fd25e2c2c0c6678e44 /skins/default/templates/importcontacts.html | |
parent | f62364039effd0f9241b98522455884a7d658670 (diff) |
- Fix background color in importcontacts (#1486882)
Diffstat (limited to 'skins/default/templates/importcontacts.html')
-rw-r--r-- | skins/default/templates/importcontacts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/importcontacts.html b/skins/default/templates/importcontacts.html index 422b70ffb..05c7eb7b7 100644 --- a/skins/default/templates/importcontacts.html +++ b/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"> |