diff --git a/compcards.php b/compcards.php index c3b1b4e..68d5e5d 100644 --- a/compcards.php +++ b/compcards.php @@ -41,9 +41,9 @@ if ($searchTerm !== '' && $searchLen >= 2) {

Suchergebnisse für „

num_rows <= 0): ?> -

Keine Produkte gefunden.

+

Keine Produkte gefunden.

-
+
fetch_assoc()): ?> diff --git a/style.css b/style.css index 72e24b5..a6a920b 100755 --- a/style.css +++ b/style.css @@ -727,6 +727,12 @@ a:hover { gap: 1.6rem; } +/* Hinweistext bei leeren Suchergebnissen */ +.search-empty { + color: var(--text-secondary); + margin: 0.5rem 2rem 0; +} + /* ========================================================== PRODUCT CARD (global) ========================================================== */