Explorar o código

Show move cursor on dashboard edit

Andrew Kane %!s(int64=9) %!d(string=hai) anos
pai
achega
1cbdabdbc4
Modificáronse 1 ficheiros con 4 adicións e 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| %>