From 97afd62c55fa9434264d6f64eca2be937f26da22 Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 6 Jul 2025 09:49:08 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Datei-Upload-Feld=20in=20Custom-Order=20?= =?UTF-8?q?Template=20-=20Verbesserte=20CSS-Eigenschaften=20f=C3=BCr=20bes?= =?UTF-8?q?sere=20Klickbarkeit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- products/templates/products/custom_order.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/products/templates/products/custom_order.html b/products/templates/products/custom_order.html index 0791aba..4c04823 100644 --- a/products/templates/products/custom_order.html +++ b/products/templates/products/custom_order.html @@ -477,6 +477,13 @@ padding: 2rem; text-align: center; transition: all 0.3s ease; + background: white; + cursor: pointer; + min-height: 120px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; } .file-upload-area:hover { @@ -492,11 +499,14 @@ height: 100%; opacity: 0; cursor: pointer; + z-index: 10; } .file-upload-hint { color: var(--dark-color); opacity: 0.7; + pointer-events: none; + z-index: 1; } .upload-icon {