You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
CSS
38 lines
1.1 KiB
CSS
.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,.webuploader_btn {
|
|
position: relative;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
/* background: #00b7ee;
|
|
padding: 10px 15px; */
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
overflow: hidden;
|
|
|
|
padding:0 36px;
|
|
background: #3E96C9;
|
|
background-image: -moz-linear-gradient(top, #449ACB 0%,#3C95C8 50%, #3591C6 100%);
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#449ACB),color-stop(50%,#3C95C8), color-stop(100%,#3591C6));
|
|
background-image: -webkit-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
|
|
background-image: -o-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
|
|
background-image: -ms-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
|
|
background-image: linear-gradient(to bottom, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
|
|
}
|
|
/* .webuploader-pick-hover {
|
|
background: #00a2d4;
|
|
} */
|
|
|
|
.webuploader-pick-disable {
|
|
opacity: 0.6;
|
|
pointer-events:none;
|
|
}
|
|
|