Horje
get rid of arrows number input Code Example
get rid of arrows number input
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input number hide arrows

/* hide arrows
 Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}




Css

Related
remove bullets from list css Code Example remove bullets from list css Code Example
stop text from wrapping Code Example stop text from wrapping Code Example
css second td in table Code Example css second td in table Code Example
remove style from link Code Example remove style from link Code Example
pointer interest none Code Example pointer interest none Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
19