From e3ac1e6318c1cc47e9f3dbf757bbb97005033cfe Mon Sep 17 00:00:00 2001 From: Catouse Date: Sat, 2 Jan 2021 16:14:38 +0800 Subject: [PATCH] * task #8747, change icons style in programs list. --- module/program/css/pgmbrowse.css | 1 - module/program/view/pgmbrowsebylist.html.php | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/program/css/pgmbrowse.css b/module/program/css/pgmbrowse.css index c91f5f26cb..3b1a7d7f3d 100644 --- a/module/program/css/pgmbrowse.css +++ b/module/program/css/pgmbrowse.css @@ -1,4 +1,3 @@ #mainMenu .pull-left .checkbox-primary {display: inline-block; margin-left: 10px;} .main-table tbody>tr>td:first-child, .main-table thead>tr>th:first-child {padding-left: 8px;} .table tbody>tr>td .dropdown, .table thead>tr>th .dropdown {display: inline-block; line-height: 1;} -.is-nest-child .table-nest-icon:before, .no-nest .table-nest-icon:before {content: '\e99c'; width: 22px; height: 22px; background: none; color: #16a8f8; top: 0; line-height: 22px; margin-right: 2px; font-size: 14px} diff --git a/module/program/view/pgmbrowsebylist.html.php b/module/program/view/pgmbrowsebylist.html.php index 3e94bab8f4..16fc6576ca 100644 --- a/module/program/view/pgmbrowsebylist.html.php +++ b/module/program/view/pgmbrowsebylist.html.php @@ -44,7 +44,7 @@ > ' title='name?>'> - + type == 'program'):?> createLink('program', 'pgmproduct', "programID=$program->id"), $program->name);?> @@ -109,6 +109,8 @@ #programTableList > tr.drop-not-allowed {opacity: 0.1!important} #programList .c-actions {overflow: visible;} #programTableList > tr:last-child .c-actions .dropdown-menu {top: auto; bottom: 100%; margin-bottom: -5px;} +#programTableList .icon-project:before, #programTableList .no-nest .icon-program:before {content: '\e99c'; width: 22px; height: 22px; background: none; color: #16a8f8; top: 0; line-height: 22px; margin-right: 2px; font-size: 14px} +#programTableList .no-nest .icon-program:before {content: '\e944'; color: #ffe066;}