Le repo des sources pour le site web des JM2L
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

23 行
431 B

  1. @charset "UTF-8";
  2. /*
  3. * jQuery File Upload Plugin NoScript CSS 1.2.0
  4. * https://github.com/blueimp/jQuery-File-Upload
  5. *
  6. * Copyright 2013, Sebastian Tschan
  7. * https://blueimp.net
  8. *
  9. * Licensed under the MIT license:
  10. * http://www.opensource.org/licenses/MIT
  11. */
  12. .fileinput-button input {
  13. position: static;
  14. opacity: 1;
  15. filter: none;
  16. font-size: inherit;
  17. direction: inherit;
  18. }
  19. .fileinput-button span {
  20. display: none;
  21. }