'input clear'에 해당되는 글 1건

  1. 2016.06.22 [CSS] - Input clear `X ` 버튼 제거 ( IE, Chrome, Firefox )

[CSS] - Input clear `X ` 버튼 제거 ( IE, Chrome, Firefox )

HTML and CSS 2016. 6. 22. 19:27
반응형

input::-ms-clear,

input::-ms-reveal {display: none; width : 0; height: 0;}

input::-webkit-search-decoration,

input::-webkit-search-cancel-button,

input::-webkit-search-results-button,

input::-webkit-search-results-decoration { display: none; }

반응형
: