- Specialist Tuning now in a separate editor
- typeBadge formatter completed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user