remove $abook_changebg from style.css

This commit is contained in:
Mario Vavti 2015-03-19 15:33:15 +01:00
parent ad9f5079cd
commit db355db9a6
10 changed files with 15 additions and 14 deletions

View File

@ -1853,7 +1853,7 @@ img.mail-list-sender-photo {
}
.abook-pending-contact, .abook-permschange {
background: $abook_changebg;
background: orange;
}
.online-now {

View File

@ -288,8 +288,7 @@ if(! $a->install) {
$dirpopup_txtcol="";
if (!$dirpopup_linkcol)
$dirpopup_linkcol="";
if (!$abook_changebg)
$abook_changebg="orange";
if($nav_min_opacity === false || $nav_min_opacity === '') {
$nav_float_min_opacity = 1.0;
@ -422,7 +421,6 @@ $options = array (
'$admintable_hoverbgcol' => $admintable_hoverbgcol,
'$dirpopup_txtcol' => $dirpopup_txtcol,
'$dirpopup_linkcol' => $dirpopup_linkcol,
'$abook_changebg' => $abook_changebg,
);
echo str_replace(array_keys($options), array_values($options), $x);

View File

@ -10,4 +10,6 @@
border-bottom: 1px solid #333;
}
.abook-pending-contact, .abook-permschange {
background: #402900;
}

View File

@ -184,5 +184,3 @@
$dirpopup_txtcol="#111";
if (!$dirpopup_linkcol)
$dirpopup_linkcol="#000";
if (!$abook_changebg)
$abook_changebg="#402900";

View File

@ -10,4 +10,6 @@
border-bottom: 1px solid #fff;
}
.abook-pending-contact, .abook-permschange {
background: #fff;
}

View File

@ -184,5 +184,3 @@
$dirpopup_txtcol="#fff";
if (!$dirpopup_linkcol)
$dirpopup_linkcol="#fff";
if (!$abook_changebg)
$abook_changebg="#fff";

View File

@ -10,4 +10,8 @@
border-bottom: 1px solid #000;
}
.abook-pending-contact, .abook-permschange {
background: #000;
}

View File

@ -184,5 +184,3 @@ if (! $navaside_bghover)
$dirpopup_txtcol="#000";
if (!$dirpopup_linkcol)
$dirpopup_linkcol="#000";
if (!$abook_changebg)
$abook_changebg="#000";

View File

@ -10,4 +10,7 @@
border-bottom: 1px solid #000;
}
.abook-pending-contact, .abook-permschange {
background: #000;
}

View File

@ -184,5 +184,3 @@
$dirpopup_txtcol="#000";
if (!$dirpopup_linkcol)
$dirpopup_linkcol="#000";
if (!$abook_changebg)
$abook_changebg="#000";