From f7c077e364f4dcd6614e8a5df122252905c5631d Mon Sep 17 00:00:00 2001 From: Catouse Date: Thu, 25 Mar 2021 15:25:29 +0800 Subject: [PATCH] * task #36890, improve UI of nested table. --- module/program/view/browsebylist.html.php | 9 +++------ www/js/zui/min.js | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/module/program/view/browsebylist.html.php b/module/program/view/browsebylist.html.php index 9f44259d88..eefcbd2f4f 100644 --- a/module/program/view/browsebylist.html.php +++ b/module/program/view/browsebylist.html.php @@ -1,5 +1,5 @@ -
+ @@ -121,8 +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;} +#programList > thead > tr > th .table-nest-toggle-global {top: 6px} +#programList > thead > tr > th .table-nest-toggle-global:before {color: #a6aab8;} #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} @@ -130,9 +130,6 @@