openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
2 lines (1 loc) • 2.7 kB
CSS
.update-run-view{min-width:0;color:var(--text);text-align:left;gap:14px;display:grid}.update-run-dialog{max-height:calc(100dvh - 48px);overflow-y:auto}.update-run-view__heading h3,.update-run-view__report h4,.update-run-view__connection,.update-run-view__details{margin:0}.update-run-view__heading h3{color:var(--text-strong);font-size:15px;line-height:1.5}.update-run-view__progress,.update-run-view__connection,.update-run-view__step-status,.update-run-view__detail-heading{color:var(--muted);font-size:12px}.update-run-view__phases,.update-run-view__step-list ol,.update-run-view__oracles{gap:6px;margin:0;padding:0;list-style:none;display:grid}.update-run-view__phases{grid-template-columns:repeat(2,minmax(0,1fr))}.update-run-view__step{border-radius:var(--radius-sm);overflow-wrap:anywhere;align-items:center;gap:8px;min-width:0;padding:5px 8px;font-size:12px;display:flex}.update-run-view__mark{text-align:center;flex:0 0 14px;font-weight:700}.update-run-view__step-status{margin-left:auto;font-size:10px}.update-run-view__step--in_progress{background:var(--accent-subtle);color:var(--text-strong)}.update-run-view__step--completed .update-run-view__mark,.update-run-view__oracle--pass>span:first-child{color:var(--ok)}.update-run-view__step--failed,.update-run-view__oracle--fail>span:first-child{color:var(--danger)}.update-run-view__step--skipped,.update-run-view__step--pending,.update-run-view__oracle--pending{color:var(--muted)}.update-run-view__oracle--warn>span:first-child{color:var(--warn)}.update-run-view__step-list{max-height:160px;font-size:12px;overflow:auto}.update-run-view__detail-heading{flex-wrap:wrap;justify-content:space-between;gap:4px;display:flex}.update-run-view__details{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);white-space:pre-wrap;overflow-wrap:anywhere;max-height:144px;padding:10px;font-size:11px;line-height:1.5;overflow:auto}.update-run-view__oracles{grid-template-columns:repeat(auto-fit,minmax(90px,1fr))}.update-run-view__oracle{grid-template-columns:14px 1fr;gap:3px;font-size:12px;display:grid}.update-run-view__oracle small{color:var(--muted);grid-column:2;font-size:10px}.update-run-view__report{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--panel);overflow-wrap:anywhere;padding:12px;font-size:12px}.update-run-view__report--succeeded{border-color:color-mix(in srgb, var(--ok) 40%, var(--border))}.update-run-view__report--failed,.update-run-view__report--rolled-back{border-color:color-mix(in srgb, var(--danger) 40%, var(--border))}.update-run-view__report p{white-space:pre-wrap;margin:8px 0 0}@media (width<=560px){.update-run-view__phases{grid-template-columns:1fr}}