Horje
how to remove up and down arrows from input type number Code Example
how to remove up and down arrows from input type number
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
remove arrows input number
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
}




Css

Related
get rid of arrows number input Code Example get rid of arrows number input Code Example
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

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