file-upload.css 583 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * Ext JS Library 2.2.1
  3. * Copyright(c) 2006-2009, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. /*
  9. * FileUploadField component styles
  10. */
  11. .x-form-file-wrap {
  12. position: relative;
  13. height: 22px;
  14. }
  15. .x-form-file-wrap .x-form-file {
  16. position: absolute;
  17. right: 0;
  18. -moz-opacity: 0;
  19. filter:alpha(opacity: 0);
  20. opacity: 0;
  21. z-index: 2;
  22. height: 22px;
  23. }
  24. .x-form-file-wrap .x-form-file-btn {
  25. position: absolute;
  26. right: 0;
  27. z-index: 1;
  28. }
  29. .x-form-file-wrap .x-form-file-text {
  30. position: absolute;
  31. left: 0;
  32. z-index: 3;
  33. color: #777;
  34. }