Search
 
SCRIPT & CODE EXAMPLE
 

CSS

html disable spin buttons on input type number

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

PREVIOUS NEXT
Code Example
Css :: onclick jquery add css 
Css :: css background color over image 
Css :: css border hover 
Css :: html5 input required length 
Css :: html list over three columns 
Css :: loops scss 
Css :: bootstrap ol 
Css :: css selection 
Css :: remove cursor pointer css 
Css :: how to change height font css 
Css :: css position element in the middle of a header 
Css :: css transition delay after hover 
Css :: tint image css 
Css :: media query for mobile landscape only 
Css :: prevent css animation reset 
Css :: footer at bottom of body 
Css :: css hot to center image in bootsrtap container 
Css :: how to let flex child take whole width 
Css :: comment one line css 
Css :: test shadow css 
Css :: edit hover with sass 
Css :: change color when you mouse over a link (hover) 
Css :: Horizontal Scrolling Bopostrap CSS 
Css :: hide element css 
Css :: border width css 
Css :: css dropdown menu with scrollbar 
Css :: purgecss cli 
Css :: css layers over background-images 
Css :: css for safari only 
Css :: create cross icon using css 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =