diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index f2d6537..04765c0 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -161,6 +161,11 @@
function updateData(data, elemName) {
let elem = document.getElementById(elemName);
+ elem.parentElement.parentElement.style.backgroundColor = '#cfc';
+ setTimeout(() => {
+ elem.parentElement.parentElement.style.backgroundColor = '';
+ }, 1000);
+
elem.innerHTML = ' '
+ Array.from(data.entries).map(entry => `ICD10-Gruppe Anzahl