* improve UI of grouped table.

This commit is contained in:
Catouse
2018-09-21 11:28:46 +08:00
parent a7152e6496
commit 8f3e524be5
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -39,3 +39,6 @@
#kanban .fix-table-copy-wrapper th.c-board {color: #eee;}
#kanban .fix-table-copy-wrapper th.c-board .btn-link {color: #fff;}
#kanban .group-title {word-break: break-all; line-height: 16px; padding: 3px 0; display: block;}
.table-grouped > tbody > tr,
.table-grouped > tbody > tr:hover {background: #fff!important;}
+3
View File
@@ -39,3 +39,6 @@
#kanban .fix-table-copy-wrapper {overflow: visible!important;}
#kanban .fix-table-copy-wrapper th.c-board {color: #eee;}
.story-estimate{margin-right: 5px;}
.table-grouped > tbody > tr,
.table-grouped > tbody > tr:hover {background: #fff!important;}
File diff suppressed because one or more lines are too long