Преглед изворни кода

Show move cursor on dashboard edit

Andrew Kane пре 9 година
родитељ
комит
1cbdabdbc4
1 измењених фајлова са 4 додато и 0 уклоњено
  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| %>