Use a green horizontal line as the drag-and-drop placeholder

This commit is contained in:
Gnome Ann
2021-12-05 00:34:44 -05:00
parent b99ac92a52
commit 08992dec7e
3 changed files with 14 additions and 2 deletions

View File

@ -1864,9 +1864,10 @@ $(document).ready(function(){
handle: ".wihandle",
start: sortableOnStart,
stop: sortableOnStop,
placeholder: "wisortable-placeholder",
cursor: "move",
tolerance: "pointer",
opacity: 0.42,
opacity: 0.21,
revert: 173,
scrollSensitivity: 64,
scrollSpeed: 10,