* Finish task#41430.

This commit is contained in:
qiyu-xie
2021-08-13 13:39:11 +08:00
parent 262b01de85
commit 80dcc25179
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
.main-table .table {cursor: default;}
.main-table tbody > tr > td {border-bottom: 2px solid #fff;}
.boards {display: table; table-layout: fixed; width: 100%; min-width: 140px;}
.board {display: table-cell; width: 25%; padding: 10px;}
@@ -11,6 +10,7 @@
#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: #ECF4FD;}
#kanban tbody > tr > td.color-project {background-color: #F5F5F5;}