Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to disable increase descrease buttons of input type number in html

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
Comment

PREVIOUS NEXT
Code Example
Css :: add arrow in select css 
Css :: css not full width 
Css :: media-queries 
Css :: css all uppercase to capitalize 
Css :: css border gradient 
Css :: select two stuffes css 
Css :: css size 
Css :: centered navigation 
Css :: terminal check time 
Css :: have unordered list horizontal css 
Css :: padding-block css 
Css :: css shrink image 
Css :: padding css 
Css :: shrink a div by 50% 
Css :: remove or hide powered by text from Google Translate 
Css :: html disabled button hover style 
Css :: css font-size 
Css :: set min div height 
Css :: css hide scrollbar but scrollable 
Css :: fixed table header css 
Css :: how to dedeclare a variable and use it in css 
Css :: css how to make text italic 
Css :: how to put something on layers css 
Css :: resize any element in CSS 
Css :: padding top bottom 
Css :: fix scroll css position sticky 
Css :: facebook box-shadow css 
Css :: html style input number buttons 
Css :: input focus css default 
Css :: nativescript hr 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =