Le repo des sources pour le site web des JM2L
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

23 wiersze
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. }