implemented maintenance tasks

This commit is contained in:
Stephan Richter
2021-04-04 17:42:55 +02:00
parent 941c96f5e7
commit 69d33e60c1
12 changed files with 295 additions and 10 deletions

View File

@@ -342,6 +342,10 @@ table tr.disabled:hover td {
background: yellow;
}
tr.due td{
background: orange;
}
table.brake-times tr > *{
border-style: solid;
border-color: black;