From 8a90e771b851f601f190b8e5135212dd91cf54dc Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Wed, 17 Feb 2016 00:07:21 +0100 Subject: [PATCH] Improved styling of the drop targets --- css/styles.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 4cc1308c37..1b09740cb1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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); }