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; }