diff --git a/delfland/ppo-insight/templates/resultaat.html b/delfland/ppo-insight/templates/resultaat.html index 352c601..ce32d70 100644 --- a/delfland/ppo-insight/templates/resultaat.html +++ b/delfland/ppo-insight/templates/resultaat.html @@ -45,7 +45,7 @@ Object_code - Object_omschrijving + Object_omschrijving__ Afdeling_object PO_Code Omschrijving_PO @@ -142,6 +142,7 @@ } // Toepassen van de dynamische kleur $(this).css('background-color', objectCodeColors[objectCode]); + $(this).css("border", "2px solid " + objectCodeColors[objectCode]); }); }