Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Remove Or Hide Default Spinner Input Number

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
Comment

Remove Default Spinner Input Number

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*!* Firefox *!*/
input[type=number] {
  -moz-appearance: textfield;
}
Comment

PREVIOUS NEXT
Code Example
Css :: keyframe fade down css 
Css :: symfony version check 
Css :: border box reset 
Css :: how to make header always on top in html 
Css :: css center text in div 
Css :: centralizar div verticalmente css 
Css :: text color as gradient css 
Css :: style disabled button 
Css :: button on top right corner css 
Css :: set border color of svg 
Css :: display none but keep space 
Css :: css center in grid 
Css :: circle css with text in the center 
Css :: css height animation 
Css :: border dot css 
Css :: who created css 
Css :: How to find the key of the largest value hash? 
Css :: keeping elements of container in center 
Css :: how to right align a block element in css 
Css :: how to make smth be in the bottom of the page css 
Css :: css color gradient background full height 
Css :: css last of type 
Css :: change background input css 
Css :: select item in populate mongoose 
Css :: css center modal vertically 
Css :: css selector to change long bot description top.gg 
Css :: how to remove underline from list item in html 
Css :: text opacity css 
Css :: iPhone XS css 
Css :: css position sticky 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =