* code for task #4943.

This commit is contained in:
wangyidong
2018-09-27 11:22:22 +08:00
parent ef550c58fa
commit 059ed26f8d
+1 -1
View File
@@ -6,7 +6,7 @@
#taskTree li.selected > a {background-color: #E8F3FC;}
#taskTree li.selected > a > span.title {color: #006AF1;}
#taskTree .label-id {border-color: #cbd0db; color: #7d8599}
#taskTree .label.label-type {background: #fff; border: 1px solid #ddd;}
#taskTree .label.label-type {background: #fff; border: 1px solid #7d8599; color:#7d8599}
#taskTree li > a > span.title {color: #3C4353; white-space: nowrap; max-width: 60%; overflow: hidden; text-overflow: ellipsis; vertical-align: middle;}
#taskTree li > a > span.user {color: #838a9d;}