인풋 파일 스타일1 [html] input file css 코딩 2017. 10. 11. input[type='file'] 은 브라우저마다 다른 스타일을 갖고있어서 변경하기 까다로움. input[type='file'] {max-width: 100%; height: 34px} input[type=file]::-webkit-file-upload-button {height: 34px} 참고 : https://gist.github.com/pzi/4993431 이전 1 다음
Comments