From b70443c839ed512a65930be6ae70739ac4b781ad Mon Sep 17 00:00:00 2001 From: "peter.fong" Date: Sat, 15 Mar 2025 17:48:10 +0000 Subject: [PATCH] css --- delfland/ppo-insight/templates/resultaat.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]); }); }