Release 1.7

This commit is contained in:
2026-01-27 16:16:23 +01:00
parent 0c2720618a
commit 5221f9f670
3 changed files with 578 additions and 1 deletions

View File

@@ -314,3 +314,9 @@ h1, h2, h3, .display-1, .display-2, .display-3 {
.schedule-status-dot.inactive {
background: #dc3545;
}
/* Dropzone disabled state (used by bulk upload) */
.dropzone.disabled {
opacity: 0.6;
pointer-events: none;
}