noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 139/151: ManageTable correct color of HighLig


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 139/151: ManageTable correct color of HighLigthed row
Date: Sat, 4 Feb 2017 17:14:35 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c334a73c64f78812479078ed8eb58c7567cc0f2c
Author: Dany De Bontridder <address@hidden>
Date:   Wed Jan 25 22:06:32 2017 +0100

    ManageTable correct color of HighLigthed row
---
 html/js/managetable.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/js/managetable.js b/html/js/managetable.js
index 1449aea..74b6fc2 100644
--- a/html/js/managetable.js
+++ b/html/js/managetable.js
@@ -172,7 +172,7 @@ var ManageTable = function (p_table_name)
                         new_row.innerHTML = answer['html'];
                         $("tb"+answer['ctl']).appendChild(new_row);
                     }
-                    new Effect.Highlight(answer['ctl_row'] ,{ startcolor: 
'#ffff99',endcolor: '#ffffff' });
+                    new Effect.Highlight(answer['ctl_row'] ,{ startcolor: 
'#ABCBF7',endcolor: '#ffffff' });
                     
                 } else {
                     smoke.alert("Changement impossible");



reply via email to

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