13 lines
912 B
CSS
Vendored
13 lines
912 B
CSS
Vendored
.webuploader {position: relative;overflow: hidden;}
|
|
.webuploader .progress {position: absolute; top: 0; top: 0; width: 100%; height: 10px; display: none; overflow: hidden;}
|
|
.webuploader-element-invisible {position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px);}
|
|
.webuploader-pick {cursor: pointer;text-align: center;}
|
|
.webuploader-pick-hover {color: #999;}
|
|
.webuploader-pick-disable {opacity: 0.6;pointer-events: none;}
|
|
.webuploader-container {margin: 25px 0 20px;}
|
|
.webuploader-container {color: #aaa;}
|
|
.webuploader-container i {font-size: 50px;}
|
|
.webuploader .img-preview {border: 3px dashed #ccc;border-radius: 5px;position: relative;}
|
|
.webuploader .img-preview .fa-close {position: absolute; top: 0px; right: 0px; background: red; color: #fff; padding: 6px 8px 6px 9px; cursor: pointer; border-radius: 0 0 0 10px; display: none;}
|
|
.webuploader .img-preview img {width: 100%;}
|