You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
30
static/plugins/webuploader/webuploader.css
Executable file
30
static/plugins/webuploader/webuploader.css
Executable file
@ -0,0 +1,30 @@
|
||||
.webuploader-container {
|
||||
position: relative;
|
||||
}
|
||||
.webuploader-element-invisible {
|
||||
position: absolute !important;
|
||||
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
|
||||
clip: rect(1px,1px,1px,1px);
|
||||
}
|
||||
.webuploader-pick {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
background: #00b7ee;
|
||||
padding:0px 10px;
|
||||
background:#e23e3d;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
color:#ffffff;
|
||||
}
|
||||
.webuploader-pick-hover {
|
||||
background: #e23e3d;
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
.webuploader-pick-disable {
|
||||
opacity: 0.6;
|
||||
pointer-events:none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user