- Specialist Tuning now in a separate editor

- typeBadge formatter completed
This commit is contained in:
Josako
2025-11-24 15:54:47 +01:00
parent 95c8282eb8
commit 3815399a7e
10 changed files with 1132 additions and 378 deletions

View File

@@ -313,5 +313,21 @@ input[type="radio"] {
text-align: center !important;
}
/* Custom badge background colors for type badges (agent/task/tool) */
.bg-purple {
background-color: #6f42c1 !important; /* Bootstrap purple */
color: #fff !important;
}
.bg-orange {
background-color: #fd7e14 !important; /* Bootstrap orange */
color: #fff !important;
}
.bg-teal {
background-color: #20c997 !important; /* Bootstrap teal */
color: #fff !important;
}