next_updates

This commit is contained in:
2025-12-28 05:52:49 +01:00
parent 986f3ae5b5
commit 6b254534f6
8 changed files with 766 additions and 533 deletions

View File

@@ -623,8 +623,8 @@ body {
background: #9ca3af;
cursor: not-allowed;
opacity: 0.6;
}/
* Scenario Tree Styles */
}
/* Scenario Tree Styles */
.scenario-controls {
margin: 20px 0;
padding: 15px;
@@ -753,4 +753,34 @@ input[type="checkbox"]:indeterminate::before {
#selectionCount {
color: var(--primary);
font-size: 14px;
}
}
/* Scenario Table & Log Styles */
#scenarioTable {
margin-top: 10px;
font-size: 13px;
}
#scenarioTable th {
padding: 10px;
background: #f8fafc;
}
#scenarioTable td {
padding: 10px;
}
#queue-log {
border: 1px solid #333;
box-shadow: inset 0 2px 10px rgba(0,0,0,0.5);
}
#scenarioSearch:focus {
border-color: var(--primary);
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.status-waiting {
background: #fef3c7;
color: #92400e;
}