From 01bbed061c445e64cd148e2e622d353f2f7616dc Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Fri, 20 Aug 2021 13:40:12 +0800 Subject: [PATCH] * Finish task#41558. --- module/execution/css/executionkanban.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/css/executionkanban.css b/module/execution/css/executionkanban.css index 94ccb72415..2fda8f1499 100644 --- a/module/execution/css/executionkanban.css +++ b/module/execution/css/executionkanban.css @@ -12,7 +12,7 @@ #kanban tbody > tr > td {line-height: 24px;} #kanban tbody > tr > td {border-bottom: 2px solid #fff !important;} #kanban thead > tr > th:not(:last-child) {border-right: 2px solid #efefef;} -#kanban tbody > tr > td.color-my {background-color: #ECF4FD;} +#kanban tbody > tr > td.color-my {background-color: #FFEDED; border-bottom: 5px solid #fff !important;} #kanban tbody > tr > td.color-project {background-color: #F5F5F5;} .s-doing .table-row .table-col:last-child, .c-progress {width: 30px;}