From da29b0ea3f2e6fce96b90b53d7da621dade9da1f Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 25 Feb 2022 10:44:54 +0100 Subject: [PATCH] =?UTF-8?q?admin=20couleur=20par=20d=C3=A9faut=20texte=20d?= =?UTF-8?q?es=20boutons=20sombre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/ressource/defaultdata.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 197d69b5..5baac636 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -236,10 +236,10 @@ class init extends common { 'fontTitle' => 'oswald-4', 'colorText' => 'rgba(33, 34, 35, 1)', 'colorTitle' => 'rgba(74, 105, 189, 1)', - 'backgroundColorButton' => 'rgba(74, 105, 189, 1)', + 'backgroundColorButton' => 'rgba(63, 125, 250, 1)', 'backgroundColorButtonGrey' => 'rgba(170, 180, 188, 1)', 'backgroundColorButtonRed' => 'rgba(217, 95, 78, 1)', - 'backgroundColorButtonGreen' => 'rgba(162, 223, 57, 1)', + 'backgroundColorButtonGreen' => 'rgba(100, 207, 8, 1)', 'backgroundColorButtonHelp' => 'rgba(255, 153, 0, 1)', 'backgroundBlockColor' => 'rgba(236, 239, 241, 1)', 'borderBlockColor' => 'rgba(190, 202, 209, 1)'