From f9be4ab1ba1b109feea73d23114e21c099c2ae1b Mon Sep 17 00:00:00 2001 From: mayue Date: Mon, 14 Mar 2022 15:16:06 +0800 Subject: [PATCH] * Fix bug#20646. --- module/kanban/css/view.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/kanban/css/view.css b/module/kanban/css/view.css index 8296944382..7d024d32c0 100644 --- a/module/kanban/css/view.css +++ b/module/kanban/css/view.css @@ -81,6 +81,7 @@ .kanban-item .has-color .info > .user .lable-teamSumCount, .kanban-item .has-color .info > .label-light {color: #FFFFFF;} .kanban-item .has-color .info > .label-pri {border-color: #FFFFFF;} +.kanban-item .has-color .progress-box > .progress-number {color: #FFFFFF;} .kanban-item .item-more {position: absolute; right: 6px; top: 0px;} .kanban-card {height: auto !important; padding: 8px 14px !important; min-height: 60px;}