From 9a0addce6b6bcef21999d7b809cb4eaede00c9e8 Mon Sep 17 00:00:00 2001 From: holan20180123 Date: Mon, 19 Jul 2021 14:28:29 +0800 Subject: [PATCH] * Adjust style of program browse. --- module/program/css/browse.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/program/css/browse.css b/module/program/css/browse.css index f01e3ef892..61b2befe5e 100644 --- a/module/program/css/browse.css +++ b/module/program/css/browse.css @@ -1,3 +1,4 @@ #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 {display: inline-block; line-height: 1;} +tbody.sortable > tr > td.sort-handler .table-nest-toggle:before {cursor: pointer !important;}