From 4276b63fdbc20351854262d24bdd859b0c6d443c Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 13 Aug 2022 15:05:29 +0200 Subject: [PATCH] Tache 0001743: couleur , correction ligne paire --- include/class/noalyss_appearance.class.php | 2 +- include/sql/patch/upgrade174.sql | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/class/noalyss_appearance.class.php b/include/class/noalyss_appearance.class.php index 82d7a0e0a..98470f551 100644 --- a/include/class/noalyss_appearance.class.php +++ b/include/class/noalyss_appearance.class.php @@ -37,7 +37,7 @@ class Noalyss_Appearance 'MENU2' => '#3d3d87', 'MENU1-SELECTED' => '#3d3d87', 'TR-ODD'=>'#DCE7F5', - 'TR-EVEN'=>'#e4e7ed', + 'TR-EVEN'=>'#ffffff', 'INNER-BOX'=>'#DCE1EF', 'INNER-BOX-TITLE'=>'#023575', 'FONT-MENU1' => '#ffffff', diff --git a/include/sql/patch/upgrade174.sql b/include/sql/patch/upgrade174.sql index afb99009b..953345a3f 100644 --- a/include/sql/patch/upgrade174.sql +++ b/include/sql/patch/upgrade174.sql @@ -14,8 +14,8 @@ insert into parm_appearance values ('H2' , '#9fbcd6') ,('FOLDER','#ffffff') ,('FONT-FOLDER','#000074') ,('TR-ODD','#DCE7F5') - ,('TR-EVEN','#e4e7ed') + ,('TR-EVEN','#ffffff') ,('INNER-BOX','#DCE1EF') ; insert into version (val,v_description) values (175,'Folder Appearance'); -commit; \ No newline at end of file +commit;