Advertisement
danateruel

Tie dyed Scroll bar

Jul 30th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. How to make your scrollbar tie-dye
  2.  
  3. First:
  4.  
  5. Find this code in your HTML
  6.  
  7. ::-webkit-scrollbar-thumb:vertical
  8.  
  9. Second:
  10.  
  11. Paste THIS CODE right after
  12.  
  13. background:-webkit-gradient(linear, left top, left bottom, from(#C9EAF3), to(#23819C));
  14.  
  15. It should look like this:
  16.  
  17. ::-webkit-scrollbar-thumb:vertical { background:-webkit-gradient(linear, left top, left bottom, from(#C9EAF3), to(#23819C));
  18.  
  19. THERE SHOULD BE MORE STUFF AFTER IT LIKE YOUR BORDER, HEIGHT, WIDTH, ETC. LEAVE THAT BE.
  20.  
  21. Third:
  22.  
  23. Using this site, change the color codes.
  24.  
  25. http://immigration-usa.com/html_colors.html
  26.  
  27. #C9EAF3 #23819C
  28.  
  29. DONE. SAVE.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement