From 22de5cc42c553facc7c4e17dca8f559dfe2abc7a Mon Sep 17 00:00:00 2001 From: Catouse Date: Thu, 11 Jul 2019 14:29:33 +0800 Subject: [PATCH] * fix orders incorrect. --- module/common/view/sortable.html.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/module/common/view/sortable.html.php b/module/common/view/sortable.html.php index a3ed8424bf..90294b4e02 100644 --- a/module/common/view/sortable.html.php +++ b/module/common/view/sortable.html.php @@ -10,7 +10,7 @@ tbody.sortable-sorting > tr.drag-row + tr > td {box-shadow: inset 0 4px 2px rgba tbody.sortable-sorting > tr.drag-row > td {background-color: #E9F2FB!important} tbody.sortable > tr.drop-success > td {background-color: #cfe0ff; transition: background-color 2s;} -