This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/plugins/jetpack/modules/custom-post-types/comics/comics.css
2018-03-21 18:19:20 +00:00

30 lines
751 B
CSS

#jetpack-comic-drop-zone .dragging, #jetpack-comic-drop-zone .uploading {
margin-top: 200px;
display: none;
}
/* Display the appropriate loading message for each upload state. */
body.dragging #jetpack-comic-drop-zone .dragging, body.uploading #jetpack-comic-drop-zone .uploading {
display: block;
}
body.uploading #jetpack-comic-drop-zone .uploading .spinner {
display: inline-block;
width: 60px;
}
/* Add the drop zone overlay. */
body.dragging #jetpack-comic-drop-zone, body.uploading #jetpack-comic-drop-zone {
background: rgba( 0, 86, 132, 0.9 );
border: 1px dashed #fff;
color: #fff;
display: block;
font-size: 30px;
position: fixed;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
text-align: center;
z-index: 99999;
}