diff --git a/core/core.php b/core/core.php index 8010fc71..d395077a 100644 --- a/core/core.php +++ b/core/core.php @@ -2351,7 +2351,9 @@ class layout extends common { $leftItems .= ''; foreach($childrenPageIds as $childKey) { diff --git a/core/layout/common.css b/core/layout/common.css index 2a69ece0..73a45abc 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -63,6 +63,10 @@ li ul { margin: 0; } +option.inactive { + color: darkred; +} + /* Séparateur */ hr { border: 0;