summaryrefslogtreecommitdiffhomepage
path: root/styles.css
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-28 05:15:49 +0900
committerAdam Malczewski <[email protected]>2026-03-28 05:15:49 +0900
commitff4fd494811d326986cfe0305f35b89e37dd493c (patch)
tree947209f20098279b1b334db653300f1e3bb43aa6 /styles.css
parentbe2dee39e5bf907dfdd3462817203a08cf3c345f (diff)
downloadai-pulse-obsidian-plugin-ff4fd494811d326986cfe0305f35b89e37dd493c.tar.gz
ai-pulse-obsidian-plugin-ff4fd494811d326986cfe0305f35b89e37dd493c.zip
no=op validation, and red tool error messages
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 6d22413..871380d 100644
--- a/styles.css
+++ b/styles.css
@@ -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 {