Home › 게시판 › 커뮤니티 › Q&A › contact 입력란 폰트 색상 변환 › 'contact 입력란 폰트 색상 변환'에 답변달기
2015/10/14 10:45 오후
#29021
링크해 주신 페이지는 사이트 관리자만 볼 수 있답니다;;
CSS 스타일을 추가하시면 되겠네요.
[code lang=”css”]
input[type="text"], input[type="textfield"], input[type="search"], input[type="email"], input[type="password"], input[type="date"], input[type="tel"], input[type="url"], textarea, select {
color: white;
}
[/code]