본문 바로가기

Development/CSS

input type number 화살표 없애기 CSS

웹 특히 모바일에서 숫자 입력칸에 +,-버튼을 따로 만들거나 디자인을 별도로 하는경우

 

spin-button을 안보이게 하는 css

 

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

 

style.css

 

'Development > CSS' 카테고리의 다른 글

DIV에 스크롤바 없애기 CSS  (0) 2020.10.18