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 5766b6f..d3b01d0 100644
--- a/web/style.css
+++ b/web/style.css
@@ -1220,6 +1220,21 @@ dialog label select:focus {
margin-bottom: 0.75rem;
}
+.task-checker-report {
+ margin: 0.5rem 0;
+ padding: 0.5rem 0.75rem;
+ background: var(--warning-bg, rgba(255, 180, 0, 0.12));
+ border-left: 3px solid var(--warning, #f0a500);
+ border-radius: 4px;
+ font-size: 0.8rem;
+ color: var(--text);
+}
+
+.task-checker-report-label {
+ font-weight: 600;
+ margin-right: 0.4rem;
+}
+
.running-history {
margin-top: 1.5rem;
overflow-x: auto;