Files
EasySoft-ZenTaoPMS/module/execution/css/kanban.ui.css
T
2024-05-29 14:49:36 +08:00

6 lines
311 B
CSS

.card-title { color: var(--color-black-rgb); }
.kanban-header-title .text-danger {color:rgb(255, 93, 93); opacity: 1;}
.as-subtitle {opacity: 0.5; text-wrap: nowrap; font-weight: 700;}
.is-collapsed .icon-angle-top:before { content: "\e313"; }
.card.selected .child-item .icon {color: var(--color-primary-500)}