Fix: Datei-Upload-Feld in Custom-Order Template - Verbesserte CSS-Eigenschaften für bessere Klickbarkeit
This commit is contained in:
parent
30cab22dd1
commit
97afd62c55
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue