From fbde724d276aa16df9a7e0b3097e29b600bc6b8e Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Wed, 24 Mar 2021 13:34:42 +0800 Subject: [PATCH] * Finish task#36885. --- module/program/view/browsebylist.html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/program/view/browsebylist.html.php b/module/program/view/browsebylist.html.php index e94f95c7fd..2c0aad6249 100644 --- a/module/program/view/browsebylist.html.php +++ b/module/program/view/browsebylist.html.php @@ -121,6 +121,8 @@ #programTableList.sortable-sorting > tr.drag-row {opacity: 1;} #programTableList > tr.drop-not-allowed {opacity: 0.1!important} #programList .c-actions {overflow: visible;} +#programList > thead > tr > th .table-nest-toggle-global {top:5px} +#programList > thead > tr > th .table-nest-toggle-global:before {color: #abafbc;} #programTableList > tr:last-child .c-actions .dropdown-menu {top: auto; bottom: 100%; margin-bottom: -5px;} #programTableList .icon-project:before {content: '\e99c'; width: 22px; height: 22px; background: none; color: #16a8f8; top: 0; line-height: 22px; margin-right: 2px; font-size: 14px}