first working version with event reception in kanban
This commit is contained in:
@@ -81,6 +81,11 @@ tr:hover .taglist .tag button {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.info{
|
||||
background: orange;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.kanban .add_task,
|
||||
.kanban .box,
|
||||
.kanban .head,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user