Input light container
This commit is contained in:
parent
9cbe14fd8f
commit
e4d1ab4440
@ -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/';
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user