You are here

webuploader.css in UEditor - 百度编辑器 8

.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: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

File

lib/third-party/webuploader/webuploader.css
View source
  1. .webuploader-container {
  2. position: relative;
  3. }
  4. .webuploader-element-invisible {
  5. position: absolute !important;
  6. clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  7. clip: rect(1px,1px,1px,1px);
  8. }
  9. .webuploader-pick {
  10. position: relative;
  11. display: inline-block;
  12. cursor: pointer;
  13. background: #00b7ee;
  14. padding: 10px 15px;
  15. color: #fff;
  16. text-align: center;
  17. border-radius: 3px;
  18. overflow: hidden;
  19. }
  20. .webuploader-pick-hover {
  21. background: #00a2d4;
  22. }
  23. .webuploader-pick-disable {
  24. opacity: 0.6;
  25. pointer-events:none;
  26. }