couleur des liens
This commit is contained in:
parent
d5b52e78fc
commit
f9a1982b16
@ -8,6 +8,7 @@
|
||||
# Corrections
|
||||
- Message de réinitialisation de mot de passe non envoyé.
|
||||
- Complète le message d'erreur lorsque des modules PHP sont absents.
|
||||
- Les liens dans le pied de page prennent la couleur définie dans le site.
|
||||
|
||||
## Version 13.0.02
|
||||
# Corrections
|
||||
|
@ -302,7 +302,7 @@ class core extends common
|
||||
|
||||
$css .= 'footer span, #footerText > p {color:' . $this->getData(['theme', 'footer', 'textColor']) . ';font-family:' . $fonts[$this->getData(['theme', 'footer', 'font'])] . ';font-weight:' . $this->getData(['theme', 'footer', 'fontWeight']) . ';font-size:' . $this->getData(['theme', 'footer', 'fontSize']) . ';text-transform:' . $this->getData(['theme', 'footer', 'textTransform']) . '}';
|
||||
$css .= 'footer {background-color:' . $colors['normal'] . ';color:' . $this->getData(['theme', 'footer', 'textColor']) . '}';
|
||||
$css .= 'footer a{color:' . $this->getData(['theme', 'footer', 'textColor']) . '}';
|
||||
//$css .= 'footer a{color:' . $this->getData(['theme', 'footer', 'textColor']) . '}';
|
||||
$css .= 'footer #footersite > div {margin:' . $this->getData(['theme', 'footer', 'height']) . ' 0}';
|
||||
|
||||
$css .= 'footer #footerbody > div {margin:' . $this->getData(['theme', 'footer', 'height']) . ' 0}';
|
||||
|
Loading…
Reference in New Issue
Block a user