Ver Fonte

Show move cursor on dashboard edit

Andrew Kane há 9 anos atrás
pai
commit
1cbdabdbc4
1 ficheiros alterados com 4 adições e 0 exclusões
  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| %>