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;
|
padding: 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: all 0.3s ease;
|
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 {
|
.file-upload-area:hover {
|
||||||
|
|
@ -492,11 +499,14 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-upload-hint {
|
.file-upload-hint {
|
||||||
color: var(--dark-color);
|
color: var(--dark-color);
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-icon {
|
.upload-icon {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue