first working version with event reception in kanban

This commit is contained in:
2025-12-20 00:43:01 +01:00
parent 3b3803dafa
commit bd2fb255d2
11 changed files with 107 additions and 45 deletions

View File

@@ -81,6 +81,11 @@ tr:hover .taglist .tag button {
color: black;
}
.info{
background: orange;
color: black;
}
.kanban .add_task,
.kanban .box,
.kanban .head,

View File

@@ -168,6 +168,15 @@ td, tr{
border-radius: 6px;
}
.info {
position: absolute;
bottom: 0;
right: 0;
font-size: 14px;
z-index: 200;
padding: 3px;
}
.warn {
padding: 5px;
border-radius: 6px;