Quellcode durchsuchen

Show move cursor on dashboard edit

Andrew Kane vor 9 Jahren
Ursprung
Commit
1cbdabdbc4
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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| %>