diff --git a/module/execution/css/executionkanban.css b/module/execution/css/executionkanban.css index 61f4acead8..1e6e659ae1 100644 --- a/module/execution/css/executionkanban.css +++ b/module/execution/css/executionkanban.css @@ -9,11 +9,10 @@ .board-item + .board-item {margin-top: 10px;} #kanban {overflow-y: auto;} -#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: #F5F5F5; border-bottom: 5px solid #fff !important;} -#kanban tbody > tr > td.color-project {background-color: #F5F5F5;} +#kanban tbody > tr > td {line-height: 24px;} +#kanban tbody > tr > td {background-color: #F5F5F5;} +#kanban tbody > tr:not(:last-child) {border-bottom: 5px solid #fff !important;} .s-doing .table-row .table-col:last-child, .c-progress {width: 30px;} .table-row .table-col:first-child {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} diff --git a/module/execution/view/executionkanban.html.php b/module/execution/view/executionkanban.html.php index b4b7775a76..a77eef6a01 100644 --- a/module/execution/view/executionkanban.html.php +++ b/module/execution/view/executionkanban.html.php @@ -30,7 +30,7 @@ $executionList):?>