Remove spinners from input
To remove spinners from input type number, date in webkit based browsers use the below CSS
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button{
-webkit-appearance: none;
margin: 0;
}
to
Written by Suman Paul
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#