This commit is contained in:
wangyidong
2024-01-09 10:04:04 +08:00
parent 56f7bfb1b3
commit 97cc390474
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
.card-title { color: var(--color-black-rgb); }
.kanban-header-title .text-danger {color:rgb(255, 93, 93); opacity: 1;}
.as-subtitle {color: rgb(139, 145, 162); opacity: 0.5; text-wrap: nowrap; font-weight: 700;}
.as-subtitle {opacity: 0.5; text-wrap: nowrap; font-weight: 700;}
+1 -1
View File
@@ -4,4 +4,4 @@
.dropdown-menu .menu-divider a{display:none;}
.dropdown-menu .menu-divider {border-top:1px solid #dedede;}
.kanban-header-col-actions{top:unset;}
.as-subtitle {color: rgb(139, 145, 162); opacity: 0.5; text-wrap: nowrap; font-weight: 700;}
.as-subtitle {opacity: 0.5; text-wrap: nowrap; font-weight: 700;}
+1 -1
View File
@@ -18,7 +18,7 @@ window.getCol = function(col)
if(col.limit != -1 && cards > col.limit)
{
col.subtitleClass += ' text-danger';
wip += ' <i class="icon icon-exclamation-sign"></i>';
wip += ' <i class="icon icon-exclamation-sign" data-toggle="tooltip" data-title="' + kanbanLang.limitExceeded + '"></i>';
}
col.subtitle = {html: wip};
+1 -1
View File
@@ -108,7 +108,7 @@ window.getCol = function(col)
if(col.limit != -1 && cards > col.limit)
{
col.subtitleClass += ' text-danger';
wip += ' <i class="icon icon-exclamation-sign"></i>';
wip += ' <i class="icon icon-exclamation-sign" data-toggle="tooltip" data-title="' + kanbanLang.limitExceeded + '"></i>';
}
col.subtitle = {html: wip};