next_updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user