@@ -12,6 +12,10 @@
li:hover .glyphicon-remove {
display: inline;
}
+
+.list-group {
+ cursor: move;
+}
</style>
<%= form_for @dashboard do |f| %>