diff options
Diffstat (limited to 'web/style.css')
| -rw-r--r-- | web/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css index 2b872fe..1b2b344 100644 --- a/web/style.css +++ b/web/style.css @@ -1170,6 +1170,29 @@ dialog label select:focus { margin-top: 0.5rem; } +.task-summary-text { + padding: 0.75rem 1rem; + background: var(--surface-1, #f8f9fa); + border-radius: 6px; + line-height: 1.5; + white-space: pre-wrap; +} +.qa-timeline { + display: flex; + flex-direction: column; + gap: 0.75rem; +} +.qa-item { + padding: 0.5rem 0.75rem; + border-left: 3px solid; + border-radius: 0 4px 4px 0; +} +.qa-question { border-color: #3b82f6; background: rgba(59,130,246,0.05); } +.qa-answer { border-color: #10b981; background: rgba(16,185,129,0.05); } +.qa-label { font-weight: 600; font-size: 0.85em; display: block; margin-bottom: 0.25rem; } +.qa-content { white-space: pre-wrap; } +.qa-timestamp { font-size: 0.75em; color: var(--text-muted, #6b7280); margin-top: 0.25rem; display: block; } + .inline-edit-success { color: var(--state-completed); font-size: 0.82rem; |
