From f34acde60071664b39731c4f9ef73ec623341add Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 22 Jul 2023 17:38:13 +0200 Subject: [PATCH] =?UTF-8?q?couleur=20d'arri=C3=A8re=20plan=20pour=20la=20f?= =?UTF-8?q?en=C3=AAtre=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/light.css | 2 - core/module/install/view/update/update.css | 7 +- core/module/install/view/update/update.php | 104 +++++++++++---------- 3 files changed, 59 insertions(+), 54 deletions(-) diff --git a/core/layout/light.css b/core/layout/light.css index 3814126f..100bba06 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -18,8 +18,6 @@ /* Site */ #site { max-width: 600px !important; - background-color: unset; - } section { diff --git a/core/module/install/view/update/update.css b/core/module/install/view/update/update.css index ec846297..c32f1047 100755 --- a/core/module/install/view/update/update.css +++ b/core/module/install/view/update/update.css @@ -15,4 +15,9 @@ /** NE PAS EFFACER * admin.css -*/ \ No newline at end of file +*/ + +#update { + color: black; + background-color: white; +} \ No newline at end of file diff --git a/core/module/install/view/update/update.php b/core/module/install/view/update/update.php index 2ea32329..a3e160d5 100644 --- a/core/module/install/view/update/update.php +++ b/core/module/install/view/update/update.php @@ -1,55 +1,57 @@ -

- -   - - -   - . -

-

- -

-
-
-
- true]); ?> - - - - - - - - - - - - +
+

+ +   + + +   + . +

+

+ +

+
+
+
+ true]); ?> + + + + + + + + + + + + +
+
+ + + +   + . + +
+
+ + +
-
- - - -   - . - -
-
- - +
+ 'Terminer', + 'href' => helper::baseUrl() . 'config', + 'ico' => 'check', + 'class' => 'disabled' + ]); ?>
-
- 'Terminer', - 'href' => helper::baseUrl() . 'config', - 'ico' => 'check', - 'class' => 'disabled' - ]); ?> +
+
+

+
-
-
-
-

-
-
\ No newline at end of file