From 3b6892eb4abd2b2ef047bebec342d90a32ce30fc Mon Sep 17 00:00:00 2001 From: Catouse Date: Thu, 31 May 2018 09:53:28 +0800 Subject: [PATCH] * adjust style of kanban views. --- module/project/css/kanban.css | 5 ++++- module/project/css/storykanban.css | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/module/project/css/kanban.css b/module/project/css/kanban.css index a65523bcb7..fd062ae104 100644 --- a/module/project/css/kanban.css +++ b/module/project/css/kanban.css @@ -31,4 +31,7 @@ #kanban .table-grouped tbody > tr:hover {background: transparent;} #kanban .c-boards, #kanban td.c-side {border-bottom: 1px solid #eee;} #kanban .group-info > span + span {display: inline-block; margin-left: 8px;} -#kanban th.c-board {color: #3c4353; font-weight: bold;} \ No newline at end of file +#kanban th.c-board {color: #3c4353; font-weight: bold;} +#kanban .fix-table-copy-wrapper {overflow: visible!important;} +#kanban .fix-table-copy-wrapper th.c-board {color: #eee;} +#kanban .fix-table-copy-wrapper th.c-board .btn-link {color: #fff;} \ No newline at end of file diff --git a/module/project/css/storykanban.css b/module/project/css/storykanban.css index 02a11bda13..6e0fd5fb34 100644 --- a/module/project/css/storykanban.css +++ b/module/project/css/storykanban.css @@ -33,4 +33,6 @@ #kanban .c-boards, #kanban td.c-side {border-bottom: 1px solid #eee;} #kanban .group-info > span + span {display: inline-block; margin-left: 8px;} #kanban th.c-board {color: #3c4353; font-weight: bold;} +#kanban .fix-table-copy-wrapper {overflow: visible!important;} +#kanban .fix-table-copy-wrapper th.c-board {color: #eee;} .story-estimate{margin-right: 5px;}