notify-events: show results

This commit is contained in:
Milan
2024-07-26 21:03:00 +02:00
parent b7ff85f3a2
commit 4689dee215
6 changed files with 53 additions and 22 deletions

View File

@@ -2,8 +2,19 @@ table#events{
transition:all 2s;
}
table#events.done{
background:#cfc;
table#events div.error{
background: #f33;
color:white;
padding:1rem;
width: 30rem;
}
table#events div.done{
background: #3f3;
color:white;
padding:1rem;
width: 30rem;
}
table#events td:nth-of-type(1){