Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

How to Remove the Arrow of Input Type= "Number" in Firefox Browser

-webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}
Source by developpaper.com #
 
PREVIOUS NEXT
Tagged: #How #Remove #Arrow #Input #Firefox #Browser
ADD COMMENT
Topic
Name
9+6 =