mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 17:39:16 +02:00
CSS waitingTaskLabel for task waiting to start
This commit is contained in:
parent
8c7ca2c34d
commit
a6e5474fdb
@ -389,6 +389,11 @@ img {
|
||||
border: 1px solid rgb(0, 75, 19);
|
||||
color:rgb(204, 255, 217)
|
||||
}
|
||||
.waitingTaskLabel {
|
||||
background:rgb(90, 90, 0);
|
||||
border: 1px solid rgb(0, 75, 19);
|
||||
color:rgb(255, 255, 204)
|
||||
}
|
||||
.secondaryButton {
|
||||
background: rgb(132, 8, 0);
|
||||
border: 1px solid rgb(122, 29, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user