From 7398ceb5eff28a04dd30093e8608a67c7a058787 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 31 Jul 2023 14:13:26 +0200 Subject: [PATCH] =?UTF-8?q?0.9=20Login,=20couleur=20de=20la=20banni=C3=A8r?= =?UTF-8?q?e=20d'erreur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- core/layout/light.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 62463cfe..4a874767 100644 --- a/core/core.php +++ b/core/core.php @@ -51,7 +51,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '13.0.00.8'; + const ZWII_VERSION = '13.0.00.9'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; diff --git a/core/layout/light.css b/core/layout/light.css index 937c3412..a0ad50a9 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -21,7 +21,12 @@ border-radius: 5px !important; } -#site, p, div:not(.message), label, select, input, table { +section > p, +section > div:not(.message), +section > label, +section > select, +section > input, +section > table { background-color: rgba(255, 255, 255, 1) !important; color: rgba(33, 34, 35, 1) !important; }