feat: Picker-Tab mit Upload, Paste und Eyedropper

This commit is contained in:
Ferdinand
2026-04-01 16:24:30 +02:00
parent 36d0253668
commit 9cf34b03f0
4 changed files with 130 additions and 2 deletions

View File

@@ -87,3 +87,19 @@ button.action-btn:hover { background: #f0f0f0; }
cursor: pointer;
vertical-align: middle;
}
#picker-dropzone {
border: 2px dashed #ccc;
border-radius: 8px;
padding: 2rem;
text-align: center;
margin-bottom: 1rem;
background: #fafafa;
}
#picker-dropzone.drag-over {
border-color: #222;
background: #f0f0f0;
}
#picker-dropzone p { margin-bottom: 0.75rem; color: #666; font-size: 0.9rem; }