From e4d1ab44407141bd08defac2924d425747ca41b8 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 14 Aug 2023 12:12:36 +0200 Subject: [PATCH] Input light container --- core/core.php | 2 +- core/layout/light.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index b3e49938..c010d9fd 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.16'; + const ZWII_VERSION = '13.0.00.17'; // 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 2595d439..2774bb21 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -21,7 +21,8 @@ border-radius: 5px !important; } -#site > section:not(.message) +#site > section:not(.message), +#site > input { background-color: rgba(255, 255, 255, 1) !important; color: rgba(33, 34, 35, 1) !important;