forked from ZwiiCMS-Team/ZwiiCMS
0.9 Login, couleur de la bannière d'erreur
This commit is contained in:
parent
ebbf7d2e41
commit
7398ceb5ef
@ -51,7 +51,7 @@ class common
|
|||||||
const ACCESS_TIMER = 1800;
|
const ACCESS_TIMER = 1800;
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '13.0.00.8';
|
const ZWII_VERSION = '13.0.00.9';
|
||||||
|
|
||||||
// URL autoupdate
|
// URL autoupdate
|
||||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
||||||
|
@ -21,7 +21,12 @@
|
|||||||
border-radius: 5px !important;
|
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;
|
background-color: rgba(255, 255, 255, 1) !important;
|
||||||
color: rgba(33, 34, 35, 1) !important;
|
color: rgba(33, 34, 35, 1) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user