Skip to content

Commit

Permalink
added some hacky css to make the drag and drop directive stick out
Browse files Browse the repository at this point in the history
  • Loading branch information
boxxxie committed Mar 26, 2014
1 parent 322f6f7 commit 057da46
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions demo/front-end/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.drag-over[image-drop] {
border: 2px dotted;
color: green;
}
[image-drop]{
border: 2px dotted;
color: red;
}
.drag-over[image-drop] {
border: 2px dotted;
color: green;
}
[image-drop]{
border: 2px dotted;
color: red;
}
.drag-over[images-drop] {
border: 2px dotted;
color: green;
}
[images-drop]{
border: 2px dotted;
color: red;
}

0 comments on commit 057da46

Please sign in to comment.