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

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