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 {