mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
31 lines
599 B
CSS
31 lines
599 B
CSS
fieldset.plan>div.output div.prepare {
|
|
background-color:blue;
|
|
color:white;
|
|
}
|
|
fieldset.plan>div.output div.process {
|
|
background-color:green;
|
|
color:white;
|
|
}
|
|
fieldset.plan>div.output div.cancel {
|
|
background-color:yellow;
|
|
color:white;
|
|
}
|
|
fieldset.plan>div.output div.finish {
|
|
background-color:red;
|
|
color:white;
|
|
}
|
|
|
|
fieldset.plan>div.output td {
|
|
vertical-align:top;
|
|
}
|
|
fieldset.plan>div.output td.over {
|
|
border:solid 2px red;
|
|
}
|
|
fieldset.plan>div.output td div.date {
|
|
color:gray;
|
|
}
|
|
fieldset.plan>div.output div.project {
|
|
max-height:400px;
|
|
overflow:auto;
|
|
}
|