2013-05-25 1 views
1

입력 스타일을 CSS로 적용하여 기본 iOS 입력 스타일을 적용하지 않고 iOS에서 동일한 방식으로 표시하려고합니다.iOS 스타일 입력 유형 = "파일"

<input name="t1" class="imgupload" type="file" accept="image/*" capture="camera"> 

input[type='file'] { 
background: rgb(0, 0, 0); 
border-radius: 5px; 
color: rgb(255, 255, 255); 
font-family: 'Lucida Grande'; 
padding: 0px 0px 0px 0px; 
font-size: 16px; 
margin-bottom: 20px; 
width: 210px; 
vertical-align: top; 
margin-top: -2px; 
} 

기본 스타일을 사용하지 않도록 설정할 특정 -webkit 클래스가 있습니까?

답변

2

추가 할 필요가 있습니다. -webkit-appearence: none;