- 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
{
background-color: #F2F2F2;
}
#contact-frame
{
border: none;
}
@ -217,3 +213,4 @@ body.iframe,
font-weight: bold;
text-align: right;
}

@ -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

@ -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">

Loading…
Cancel
Save