Browse Source

Show move cursor on dashboard edit

Andrew Kane 9 năm trước cách đây
mục cha
commit
1cbdabdbc4
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      app/views/blazer/dashboards/_form.html.erb

+ 4 - 0
app/views/blazer/dashboards/_form.html.erb

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