preparing to create new task from kanban using tasks/Add form

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-02-03 09:21:22 +01:00
parent 1942f377b8
commit 0f902e3efa
3 changed files with 30 additions and 6 deletions

View File

@@ -183,6 +183,17 @@ td, tr{
padding: 3px;
}
.overlay {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
padding: 40px 10px 10px;
background: rgba(0,0,0,0.9);
z-index: 50;
}
.warn {
padding: 5px;
border-radius: 6px;