Browse Source

Show move cursor on dashboard edit

Andrew Kane 9 years ago
parent
commit
1cbdabdbc4
1 changed files with 4 additions and 0 deletions
  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| %>