From 07d043a0a1c9c96bd71928fe06e02a8a20f5fffa Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 3 Nov 2017 16:14:44 +0800 Subject: [PATCH] =?UTF-8?q?Finish=20task#3286=20=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E6=93=8D=E4=BD=9C=E5=9C=A8=E7=81=AB=E7=8B=90?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E8=BE=B9=E6=A1=86=E5=8E=BB=E6=8E=89,cost:0.5?= =?UTF-8?q?=20left:0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/project/css/kanban.css | 4 ++-- module/project/css/storykanban.css | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/module/project/css/kanban.css b/module/project/css/kanban.css index 945e7463ab..84f0c953b8 100644 --- a/module/project/css/kanban.css +++ b/module/project/css/kanban.css @@ -61,8 +61,8 @@ table th.col-closed {width:14%} .story-pri.pri-3 {background-color:#b56a00;} .story-pri.pri-4 {background-color:#795523;} -.board {background: #333; color: #f1f1f1; outline: 1px solid rgba(0,0,0,.1); outline-offset: -1px;} -.board:hover {outline: 1px solid rgba(0,0,0,.3); color:#fff} +.board {background: #333; color: #f1f1f1; outline-offset: -1px;} +.board:hover {color:#fff} .board-bug-cancel, .board-task-cancel {background: #333; } .board-bug-wait, .board-task-wait {background: #2b529c;} .board-task-pause {background: #E48600;} diff --git a/module/project/css/storykanban.css b/module/project/css/storykanban.css index bf48fab63b..67586a88f9 100644 --- a/module/project/css/storykanban.css +++ b/module/project/css/storykanban.css @@ -1,6 +1,4 @@ #kanbanHeader th{border: 1px solid #ddd; padding:8px;} -#kanbanHeader .dropdown {display: inline-block;} -#kanbanHeader .dropdown > a {color: #036} #kanbanHeader th{position: relative} #kanbanHeader .actions {position: absolute; right: 0; top: 0; padding: 0px; background: #f1f1f1; border-left: 1px solid #ccc} #kanbanHeader .actions .btn {display: block; border-radius: 0; width: 34px; height: 36px; position: relative; text-align: center; padding: 5px 0; color: #036}