* fix border style for product/kanban.

This commit is contained in:
Hao Sun
2021-09-01 11:30:24 +08:00
parent 817bfd6e9d
commit e0f0b72fbc
3 changed files with 6 additions and 12 deletions
+3 -2
View File
@@ -10,10 +10,11 @@
.board-item:last-child {margin-bottom: 10px;}
#kanban {overflow-y: auto;}
#kanban tbody > tr > td {line-height: 24px;}
#kanban tbody > tr > td{border-right: 3px solid #fff; border-bottom: 2px solid #fff;}
#kanban tbody > tr > td {line-height: 20px;}
#kanban tbody > tr > td {border-right: 3px solid #fff; border-bottom: 2px solid #fff;}
#kanban thead > tr:first-child > th:not(:first-child) {border-right: 2px solid #fff; border-bottom: 2px solid #fff;}
#kanban thead > tr:last-child > th {border: 2px solid #fff;}
#kanban a {line-height: 24px;}
.doing-td, .wait-project, .normal-plan, .normal-release {vertical-align: top !important;}