Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. input[type='range']{
  2. -webkit-appearance: none;
  3. height: 1px;
  4. width: 100%;
  5. }
  6.  
  7. input[type='range']::-webkit-slider-thumb{
  8. -webkit-appearance: none;
  9. width: 15px;
  10. height: 15px;
  11. background-color: #0eff04;
  12. border-radius: 10px;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement