remove $abook_changebg from style.css
This commit is contained in:
parent
ad9f5079cd
commit
db355db9a6
@ -1853,7 +1853,7 @@ img.mail-list-sender-photo {
|
||||
}
|
||||
|
||||
.abook-pending-contact, .abook-permschange {
|
||||
background: $abook_changebg;
|
||||
background: orange;
|
||||
}
|
||||
|
||||
.online-now {
|
||||
|
@ -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);
|
||||
|
@ -10,4 +10,6 @@
|
||||
border-bottom: 1px solid #333;
|
||||
}
|
||||
|
||||
|
||||
.abook-pending-contact, .abook-permschange {
|
||||
background: #402900;
|
||||
}
|
||||
|
@ -184,5 +184,3 @@
|
||||
$dirpopup_txtcol="#111";
|
||||
if (!$dirpopup_linkcol)
|
||||
$dirpopup_linkcol="#000";
|
||||
if (!$abook_changebg)
|
||||
$abook_changebg="#402900";
|
||||
|
@ -10,4 +10,6 @@
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
|
||||
.abook-pending-contact, .abook-permschange {
|
||||
background: #fff;
|
||||
}
|
||||
|
@ -184,5 +184,3 @@
|
||||
$dirpopup_txtcol="#fff";
|
||||
if (!$dirpopup_linkcol)
|
||||
$dirpopup_linkcol="#fff";
|
||||
if (!$abook_changebg)
|
||||
$abook_changebg="#fff";
|
||||
|
@ -10,4 +10,8 @@
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.abook-pending-contact, .abook-permschange {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
|
||||
|
@ -184,5 +184,3 @@ if (! $navaside_bghover)
|
||||
$dirpopup_txtcol="#000";
|
||||
if (!$dirpopup_linkcol)
|
||||
$dirpopup_linkcol="#000";
|
||||
if (!$abook_changebg)
|
||||
$abook_changebg="#000";
|
||||
|
@ -10,4 +10,7 @@
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.abook-pending-contact, .abook-permschange {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
|
@ -184,5 +184,3 @@
|
||||
$dirpopup_txtcol="#000";
|
||||
if (!$dirpopup_linkcol)
|
||||
$dirpopup_linkcol="#000";
|
||||
if (!$abook_changebg)
|
||||
$abook_changebg="#000";
|
||||
|
Reference in New Issue
Block a user