ProgerXP / FileDrop

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.
filedropjs.org
The Unlicense
264 stars 61 forks source link

Provide fallback CSS as file #29

Closed ghost closed 10 years ago

ghost commented 10 years ago

It would be nice to have the fallback css (without the pretty box) as a single file, so it can be included easier via bower.

ghost commented 10 years ago

I would appreciate it if it wouldn't have styling:

/* The following are not required but create a pretty box: */
width: 15em;
margin: 0 auto;
text-align: center;

/* This way you can provides feedback when user drags a file over the drop zone: */
/*.fd-zone.over { border-color: maroon; background: #eee; }*/
ProgerXP commented 10 years ago

Sounds good, commented them out. Since you'll be likely compiling this .css into your own stylesheet I see no reason for removing comments.

ghost commented 10 years ago

Yes, Thanks.