diff --git a/scipost/static/scipost/assets/css/_list_group.scss b/scipost/static/scipost/assets/css/_list_group.scss
index f05cfb69b638eafa14698f47a4edcb7f312d6e80..b92386962d3936d208b009cd8c3b4fabc11fbb00 100644
--- a/scipost/static/scipost/assets/css/_list_group.scss
+++ b/scipost/static/scipost/assets/css/_list_group.scss
@@ -56,5 +56,10 @@ ul.sortable-list {
         border: 1px solid $scipost-darkblue;
         padding: 0.5rem;
         margin-bottom: -1px;
+        cursor: move;
+
+        &:hover {
+            background-color: $gray-200;
+        }
     }
 }