Skip to content

Commit

Permalink
Improved styling of the drop targets
Browse files Browse the repository at this point in the history
  • Loading branch information
oparoz committed Feb 16, 2016
1 parent 05c5fef commit 8a90e77
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,20 @@ a.row-element {
}

.album-droppable {
outline: 5px dashed #000000;
transform: scale(0.9);
}

.album-droppable .album {
background: repeating-linear-gradient(
45deg,
transparent,
transparent 20px,
rgba(0, 0, 0, .3) 20px,
rgba(0, 0, 0, .3) 40px
);
}

.album-droppable .album .cropped {
transform: scale(0.9);
}

Expand Down

0 comments on commit 8a90e77

Please sign in to comment.