1.  
  2. ::-webkit-scrollbar-thumb:vertical {
  3. background: -webkit-gradient(linear, left top, left bottom, from(#d7ff6b), to(#ff94b5));
  4. height:auto;-moz-border-radius: 7px;-webkit-border-radius:6px;}
  5.  
  6.  
  7. ::-webkit-scrollbar {
  8. width:7px; height:auto;
  9. background-position:right;
  10. background-color: #101010;
  11. background-image:url( );
  12. }
  13.  
  14. ::-webkit-scrollbar-button:vertical {
  15. height: 3px;
  16. border-radius: 15px;
  17. background: #333333;
  18. display:block;
  19. }
  20.  
  21. ::-webkit-scrollbar-button:horizontal {
  22. border-radius: 15px;
  23. width: 7px;
  24. background:#333333;
  25. display:block;
  26. }