- Fix background color in importcontacts (#1486882)

release-0.6
alecpl 14 years ago
parent f62364039e
commit 7a0b9be8e3

@ -205,10 +205,6 @@ body.iframe,
#contact-frame #contact-frame
{ {
background-color: #F2F2F2; background-color: #F2F2F2;
}
#contact-frame
{
border: none; border: none;
} }
@ -217,3 +213,4 @@ body.iframe,
font-weight: bold; font-weight: bold;
text-align: right; text-align: right;
} }

@ -469,6 +469,11 @@ img
background-color: #c00; background-color: #c00;
} }
.darkbg
{
background-color: #F2F2F2 !important;
}
/***** common table settings ******/ /***** common table settings ******/
@ -681,7 +686,7 @@ a.rcmContactAddress:hover
opacity: 0.8; opacity: 0.8;
} }
/***** onclick menu list *****/ /***** onclick menu list *****/
ul.toolbarmenu ul.toolbarmenu

@ -9,7 +9,7 @@
<roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/taskbar.html" />
<roundcube:include file="/includes/header.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="boxtitle"><roundcube:label name="importcontacts" /></div>
<div class="boxcontent"> <div class="boxcontent">

Loading…
Cancel
Save