mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
Basic drag and drop functionality added.
This commit is contained in:
@@ -80,6 +80,12 @@ p
|
||||
strong
|
||||
font-weight: bold
|
||||
|
||||
/* Drag and Drop area */
|
||||
#dropZone
|
||||
background: url("../img/drag_placeholder.png")
|
||||
&.dragging
|
||||
+box-shadow(inset 0 1px 10px #09A1EC)
|
||||
|
||||
|
||||
/* Forms */
|
||||
input
|
||||
|
||||
Reference in New Issue
Block a user