From cd7f729115d4a30799458e9641b359389595dbde Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 7 Oct 2016 12:20:16 +0200 Subject: [PATCH] Added move cursor in sortable lists --- wcfsetup/install/files/style/ui/listSortable.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/style/ui/listSortable.scss b/wcfsetup/install/files/style/ui/listSortable.scss index 874618339c..6ea52a32bf 100644 --- a/wcfsetup/install/files/style/ui/listSortable.scss +++ b/wcfsetup/install/files/style/ui/listSortable.scss @@ -4,6 +4,8 @@ } .sortableNode { + cursor: move; + &:not(:last-child) { border-bottom: 1px solid $wcfContentBorderInner; } -- 2.20.1