Advertisement
conception

scroll

Apr 2nd, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. ::-webkit-scrollbar { width:5px; background:#105C46; }
  2.  
  3. ::-webkit-scrollbar-track-piece { background: #105C46; width:1px; border: none; overflow:hidden; -webkit-border-radius:10px; }
  4.  
  5. ::-webkit-scrollbar-thumb{ -webkit-border-radius:10px; background: #11C491; width:10px; border:none; border-top-width:2px; border-bottom-width:2px;}
  6.  
  7. ::-webkit-scrollbar-button:start:transparent,
  8. ::-webkit-scrollbar-button:end:transparent {height:10px; display: block; background-color:#AAA; }
  9.  
  10. ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:start:decrement:hover, ::-webkit-scrollbar-button:end:increment:hover{background-color:#11C491; cursor:hand;
  11. }
  12.  
  13. ::-webkit-scrollbar-button:start:transparent:active, ::-webkit-scrollbar-button:end:transparent:active{background:#fff;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement