Fix: Datei-Upload-Feld in Custom-Order Template - Verbesserte CSS-Eigenschaften für bessere Klickbarkeit

This commit is contained in:
thomas 2025-07-06 09:49:08 +02:00
parent 30cab22dd1
commit 97afd62c55
1 changed files with 10 additions and 0 deletions

View File

@ -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 {