alecpl
2010-08-02 7a0b9be8e34d5310b834af09e8fff91df9bf5471
- Fix background color in importcontacts (#1486882)


3 files modified
14 ■■■■■ changed files
skins/default/addressbook.css 5 ●●●● patch | view | raw | blame | history
skins/default/common.css 7 ●●●● patch | view | raw | blame | history
skins/default/templates/importcontacts.html 2 ●●● patch | view | raw | blame | history
skins/default/addressbook.css
@@ -205,10 +205,6 @@
#contact-frame
{
  background-color: #F2F2F2;
}
#contact-frame
{
  border: none;
}
@@ -217,3 +213,4 @@
  font-weight: bold;
  text-align: right;
}
skins/default/common.css
@@ -469,6 +469,11 @@
  background-color: #c00;
}
.darkbg
{
  background-color: #F2F2F2 !important;
}
/***** common table settings ******/
@@ -681,7 +686,7 @@
  opacity: 0.8;
}
/***** onclick menu list *****/
ul.toolbarmenu
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">