From aba2bb23e7073b43283693b5e3cd8ba3ffee99dc Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 2 Sep 2021 14:09:49 +0800 Subject: [PATCH] * Finish task#42127. --- 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 2fda8f1499..61f4acead8 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: #FFEDED; border-bottom: 5px solid #fff !important;} +#kanban tbody > tr > td.color-my {background-color: #F5F5F5; 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;}