Explorar el Código

Show move cursor on dashboard edit

Andrew Kane hace 9 años
padre
commit
1cbdabdbc4
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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| %>