diff --git a/module/project/css/tree.css b/module/project/css/tree.css index 756a9e5ab1..ffa3137be2 100644 --- a/module/project/css/tree.css +++ b/module/project/css/tree.css @@ -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;}