From 733161dd468f4b1804a56a5fadcbe674a52ec6c6 Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 17 Mar 2025 20:57:33 +0100 Subject: [PATCH] Icon-Anzeige korrigiert --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 39736f0..c7184fc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -59,10 +59,10 @@ right: 35px; } .reset-icon.visible { - display: block; + display: block !important; } .search-icon.visible { - display: block; + display: block !important; } .customer-number { color: #6c757d;