feat: complete TASK-WP2-06 generation terminal states
This commit is contained in:
@@ -227,6 +227,17 @@
|
||||
padding: 12px 14px;
|
||||
}
|
||||
|
||||
.model-status select {
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
min-height: 38px;
|
||||
padding: 6px 30px 6px 9px;
|
||||
border: 1px solid #75756f;
|
||||
color: #111111;
|
||||
background: #ffffff;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.model-status span,
|
||||
.ratio-control legend,
|
||||
.reference-input small {
|
||||
@@ -419,11 +430,20 @@
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.current-task-active a {
|
||||
.current-task-active a,
|
||||
.current-task-active button {
|
||||
color: #111111;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.current-task-active button {
|
||||
justify-self: start;
|
||||
min-height: 42px;
|
||||
padding: 8px 12px;
|
||||
border: 1px solid #111111;
|
||||
background: #f2f500;
|
||||
}
|
||||
|
||||
.capacity-critical,
|
||||
.generation-notice {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user