Input light container

This commit is contained in:
Fred Tempez 2023-08-14 12:12:36 +02:00
parent 9cbe14fd8f
commit e4d1ab4440
2 changed files with 3 additions and 2 deletions

View File

@ -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/';

View File

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