From 163fb792a0d3622e03a57435226cfd3af681a3a8 Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 17 Mar 2025 20:58:25 +0100 Subject: [PATCH] Reset-Icon-Anzeige korrigiert --- templates/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index c7184fc..3b90e7b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,12 +45,12 @@ } .search-icon, .reset-icon { position: absolute; - right: 10px; top: 50%; transform: translateY(-50%); color: #6c757d; cursor: pointer; display: none; + z-index: 10; } .reset-icon { right: 10px; @@ -59,10 +59,10 @@ right: 35px; } .reset-icon.visible { - display: block !important; + display: block; } .search-icon.visible { - display: block !important; + display: block; } .customer-number { color: #6c757d; @@ -112,6 +112,9 @@ .search-field { position: relative; } + .input-group { + position: relative; + } .result-counts { display: flex; justify-content: center;