scratch – Rev

Subversion Repositories:
Rev:
/***
Styles below are only required if you're using <iframe> fallback in
addition to HTML5 drag & drop (only working in Firefox/Chrome).
***/

/* Essential FileDrop zone element configuration: */
.fd-zone {
    position: relative;
    overflow: hidden;
}

/* Hides <input type="file"> while simulating "Browse" button: */
.fd-file {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    filter: alpha(opacity=0);
    font-family: sans-serif;w
}

/* Provides visible feedback when use drags a file over the drop zone: */
.fd-zone.over {
    background: #eee;
}