diff --git a/apps/maarch_entreprise/js/functions.js b/apps/maarch_entreprise/js/functions.js index 206167f1fdaef280e340577a6b258e23acf1e20a..05ad2d2df833aca70b791d26924e4584b004a912 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"; } } }