38 lines
887 B
CSS
38 lines
887 B
CSS
/**
|
|
* Minified by jsDelivr using clean-css v5.3.3.
|
|
* Original file: /npm/webuploader@0.1.8/dist/webuploader.css
|
|
*
|
|
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
|
|
*/
|
|
.webuploader-container {
|
|
position: relative
|
|
}
|
|
|
|
.webuploader-element-invisible {
|
|
position: absolute !important;
|
|
clip: rect(1px 1px 1px 1px);
|
|
clip: rect(1px, 1px, 1px, 1px)
|
|
}
|
|
|
|
.webuploader-pick {
|
|
position: relative;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
background: #00b7ee;
|
|
padding: 10px 15px;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.webuploader-pick-hover {
|
|
background: #00a2d4
|
|
}
|
|
|
|
.webuploader-pick-disable {
|
|
opacity: .6;
|
|
pointer-events: none
|
|
}
|
|
|
|
/*# sourceMappingURL=/sm/534c2f3e2c4fda25a3ddb1a66837d58a863235214c150a2ab509797392e8bcfc.map */ |