diff --git a/CHANGES.md b/CHANGES.md index 30568a38..3717e8f5 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ - Modifications : - Thème, les sélecteurs de couleur affiche la valeur RGBa d'une couleur différente de celle de la sélection. - Thème de l'administration, amélioration du rendu. - - Image tag : modification de l'API Google. + - Image tag : adaptatations suit à la modification de l'API Google. ## version 10.1.000 - Nouveautés : diff --git a/core/core.php b/core/core.php index 7e7a1af0..c54f6bb5 100755 --- a/core/core.php +++ b/core/core.php @@ -36,7 +36,7 @@ class common { const THUMBS_WIDTH = 640; // Numéro de version - const ZWII_VERSION = '10.2.000.dev3'; + const ZWII_VERSION = '10.2.000.dev4'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; diff --git a/core/module/user/view/login/login.css b/core/module/user/view/login/login.css index be22d3c4..5ad29a29 100755 --- a/core/module/user/view/login/login.css +++ b/core/module/user/view/login/login.css @@ -15,6 +15,3 @@ @import url("site/data/admin.css"); -#site { - background-color: #fff !important; -} \ No newline at end of file