forked from ZwiiCMS-Team/ZwiiCMS
[9.2.15] menu effet classeur dans le niveau 1
This commit is contained in:
parent
e83b5f0db3
commit
ea7e7c51e4
@ -1173,7 +1173,7 @@ class core extends common {
|
|||||||
$color2 = helper::colorVariants($this->getData(['theme', 'menu', 'textColor']));
|
$color2 = helper::colorVariants($this->getData(['theme', 'menu', 'textColor']));
|
||||||
$css .= 'nav a.active{color:' . $color2['text'] . '}';
|
$css .= 'nav a.active{color:' . $color2['text'] . '}';
|
||||||
}
|
}
|
||||||
$css .= 'nav a.active {border-radius:' . $this->getData(['theme', 'menu', 'radius']) . '}';
|
$css .= 'nav .navLevel1 a.active {border-radius:' . $this->getData(['theme', 'menu', 'radius']) . '}';
|
||||||
$css .= '#menu{text-align:' . $this->getData(['theme', 'menu', 'textAlign']) . '}';
|
$css .= '#menu{text-align:' . $this->getData(['theme', 'menu', 'textAlign']) . '}';
|
||||||
if($this->getData(['theme', 'menu', 'margin'])) {
|
if($this->getData(['theme', 'menu', 'margin'])) {
|
||||||
if(
|
if(
|
||||||
|
Loading…
Reference in New Issue
Block a user