noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 05/14: Tache 0001743: couleur , correction li


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/14: Tache 0001743: couleur , correction ligne paire
Date: Mon, 22 Aug 2022 12:21:53 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4276b63fdbc20351854262d24bdd859b0c6d443c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Aug 13 15:05:29 2022 +0200

    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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]