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;