filebox.css 355 B

1234567891011121314151617181920
  1. .filebox .textbox-value {
  2. vertical-align: top;
  3. position: absolute;
  4. top: 0;
  5. left: -5000px;
  6. }
  7. .filebox-label {
  8. display: inline-block;
  9. position: absolute;
  10. width: 100%;
  11. height: 100%;
  12. cursor: pointer;
  13. left: 0;
  14. top: 0;
  15. z-index: 10;
  16. background: url('images/blank.gif') no-repeat;
  17. }
  18. .l-btn-disabled .filebox-label {
  19. cursor: default;
  20. }