diff options
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -268,6 +268,19 @@ font-size: 0.9em; } +/* Tool call error state */ +.ai-pulse-tool-call.ai-pulse-tool-call-error { + border-left-color: var(--text-error); +} + +.ai-pulse-tool-call.ai-pulse-tool-call-error .ai-pulse-tool-call-header { + color: var(--text-error); +} + +.ai-pulse-tool-call.ai-pulse-tool-call-error .ai-pulse-tool-call-result-summary { + color: var(--text-error); +} + /* ===== DaisyUI-inspired Collapse ===== */ .ai-pulse-collapse { |
