mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
23 lines
478 B
CSS
23 lines
478 B
CSS
fieldset.item.plan div.output td {
|
|
vertical-align:top;
|
|
}
|
|
fieldset.item.plan div.output td.over {
|
|
border:solid 2px red;
|
|
}
|
|
|
|
fieldset.item.plan div.output div.task.finish {
|
|
color:red;
|
|
}
|
|
fieldset.item.plan div.output div.task.finish:hover {
|
|
color:white;
|
|
}
|
|
fieldset.item.plan div.output div.task.process {
|
|
color:green;
|
|
}
|
|
fieldset.item.plan div.output div.task.process:hover {
|
|
color:white;
|
|
}
|
|
fieldset.item.plan div.output div.task.cancel {
|
|
color:yellow;
|
|
}
|