Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created March 5, 2019 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wKoza/8e78cd76c745de21452d558960f2f76e to your computer and use it in GitHub Desktop.
Save wKoza/8e78cd76c745de21452d558960f2f76e to your computer and use it in GitHub Desktop.
.dropZoneColor {
border: 3px dotted rgba(0,0,0,0.08);
background-color: rgba(0,0,0,0.12)
}
.dropZoneColorDrag {
border: 3px dotted rgba(0,0,0,0.28);
background-color: grey
}
.dropZoneColorDrop {
border: 3px dotted rgba(0,0,0,0.08);
background-color: rgba(0,0,0,0.12)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment