CSS waitingTaskLabel for task waiting to start

This commit is contained in:
Marc-Andre Ferland 2022-10-14 00:56:04 -04:00
parent 8c7ca2c34d
commit a6e5474fdb

View File

@ -389,6 +389,11 @@ img {
border: 1px solid rgb(0, 75, 19); border: 1px solid rgb(0, 75, 19);
color:rgb(204, 255, 217) color:rgb(204, 255, 217)
} }
.waitingTaskLabel {
background:rgb(90, 90, 0);
border: 1px solid rgb(0, 75, 19);
color:rgb(255, 255, 204)
}
.secondaryButton { .secondaryButton {
background: rgb(132, 8, 0); background: rgb(132, 8, 0);
border: 1px solid rgb(122, 29, 0); border: 1px solid rgb(122, 29, 0);