From 455aa2b0a84f038a53885e314404cf10c9ff53f4 Mon Sep 17 00:00:00 2001 From: dingyongliang Date: Thu, 22 Sep 2022 01:18:01 +0000 Subject: [PATCH] * task #70025, set program title bold. --- module/program/view/browsebylist.html.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/program/view/browsebylist.html.php b/module/program/view/browsebylist.html.php index 53c2ce2b3e..05c3a84fc8 100644 --- a/module/program/view/browsebylist.html.php +++ b/module/program/view/browsebylist.html.php @@ -116,6 +116,9 @@ #programTableList .icon-scrum:before {content: '\e9a2';} #programTableList .icon-waterfall:before {content: '\e9a4';} #programTableList .icon-kanban:before {content: '\e983';} +#programTableList .is-top-level {font-weight: bold;} +#programTableList .has-nest-child > .c-name > a {color: #0b0f18!important;} +#programTableList .is-nest-child > .c-name > a {color: #2463C7!important;}