Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change height of range slider html

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background: #000957;
    cursor: pointer;
    border: none;
}

input[type=range] {
    -webkit-appearance: none;
    outline: 0;
    margin: 0;
    padding: 0;
    height: 15px;
    width: 320px;
    border-radius:100px;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to write css for input type text 
Css :: disable text selection 
Css :: pointer-events 
Css :: css button to bottom of div 
Css :: how to remove default look of button 
Css :: css root variables 
Css :: css animation stop at the end 
Css :: how to verticaly align items in a HTML container 
Css :: css a4 proportion 
Css :: how to do text center of select element 
Css :: color transition time css 
Css :: react native flatlist styled height fit content 
Css :: how to get all values from object in javascript 
Css :: antd css 
Css :: css minifier api 
Css :: css grid reverse column order 
Css :: electron drag window 
Css :: how to make the list in css with square 
Css :: animate font weight css 
Css :: how to justify grid childe in the center 
Css :: How to make blinking/flashing text with CSS 3 
Css :: center items 
Css :: comments in css 
Css :: image right css 
Css :: css hero image 
Css :: how to change height font css 
Css :: can we use material ui and tailwind css together 
Css :: how to add space between image and text in css 
Css :: bootstrap accordion some change 
Css :: css horizontal linear gradient 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =