From 0656f50b3f38cda9a90b2356c42108572e9da2d2 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 17 Mar 2019 12:47:58 +0100 Subject: [PATCH] [9.0.07] Disable page color red in menu list --- core/core.php | 4 +++- core/layout/common.css | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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;