jquery.fileupload-ui-noscript.css 362 B

1234567891011121314151617
  1. @charset "UTF-8";
  2. /*
  3. * jQuery File Upload UI Plugin NoScript CSS
  4. * https://github.com/blueimp/jQuery-File-Upload
  5. *
  6. * Copyright 2012, Sebastian Tschan
  7. * https://blueimp.net
  8. *
  9. * Licensed under the MIT license:
  10. * https://opensource.org/licenses/MIT
  11. */
  12. .fileinput-button i,
  13. .fileupload-buttonbar .delete,
  14. .fileupload-buttonbar .toggle {
  15. display: none;
  16. }