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}