* Finish task #57879.

This commit is contained in:
zhouxudong
2022-06-24 00:50:19 +00:00
parent ef1a72a9b1
commit 7db6039f4b
2 changed files with 9 additions and 4 deletions

View File

@@ -57,8 +57,12 @@ details .btn-comment.pull-right {right: 30px;}
#itemContent .label-task, #taskTree .item-task > a > .label-type {border-color: #7d8599; color: #7d8599;}
.taskID {border-color: rgba(131, 138, 157, 0.25);}
.storyID {border-color: rgba(131, 138, 157, 0.25);}
.title {color: #838A9D;}
.btn-toolbar .btn-icon {min-width: 56px;}
.status-doing {border-color: rgba(255, 93, 93, 0.25)!important;}
.status-pause {border-color: rgba(255, 152, 0, 0.25)!important;}
.status-done {border-color: rgba(67, 160, 71, 0.25)!important;}
.status-changed {border-color: rgba(255, 93, 93, 0.25)!important;}
.status-draft {border-color: rgba(165, 102, 184, 0.25)!important;}
.label-id {line-height: 18px !important;}