webuploader.css 548 B

1234567891011121314151617181920212223242526272829
  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. width: 100%;
  14. /* background: #00b7ee;
  15. padding: 10px 15px;
  16. color: #fff;*/
  17. text-align: center;
  18. /* border-radius: 3px;*/
  19. overflow: hidden;
  20. }
  21. .webuploader-pick-hover {
  22. /* background: #00a2d4;*/
  23. }
  24. .webuploader-pick-disable {
  25. opacity: 0.6;
  26. pointer-events:none;
  27. }