From 48f88b5a3c80719ec8f09ce524593d545fa15d06 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Fri, 19 Oct 2018 14:44:14 +0200 Subject: [PATCH] FEAT #8670 good color --- apps/maarch_entreprise/js/functions.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/maarch_entreprise/js/functions.js b/apps/maarch_entreprise/js/functions.js index 206167f1fda..05ad2d2df83 100755 --- a/apps/maarch_entreprise/js/functions.js +++ b/apps/maarch_entreprise/js/functions.js @@ -3856,9 +3856,7 @@ function contactMapping(fieldsCtrl, formId) { if (element.name === fieldsCtrlElem) { //console.log("ok : "+element.name); element.style.borderWidth = "2px"; - if (element.value !== '') { - element.style.borderColor = "green"; - } + element.style.borderColor = "#CCFFCC"; } } } -- GitLab