summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css
index 34395a4..5766b6f 100644
--- a/web/style.css
+++ b/web/style.css
@@ -1205,6 +1205,21 @@ dialog label select:focus {
word-break: break-word;
}
+.ready-completed-history {
+ margin-top: 2rem;
+ border-top: 1px solid var(--border);
+ padding-top: 1rem;
+}
+
+.ready-completed-label {
+ font-size: 0.75rem;
+ font-weight: 600;
+ color: var(--text-muted);
+ text-transform: uppercase;
+ letter-spacing: 0.05em;
+ margin-bottom: 0.75rem;
+}
+
.running-history {
margin-top: 1.5rem;
overflow-x: auto;