Advertisement
T31C41C

Scroll CSS3

Feb 5th, 2013
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. width: 12px;
  3. background: #cc3000;
  4. -webkit-border-radius:10px;
  5. border-radius: 10px;
  6. }
  7. ::-webkit-scrollbar-thumb {
  8. background: #000000;
  9. -webkit-border-radius:10px;
  10. border-radius: 10px;
  11. }
  12.  
  13.  
  14.  
  15. /*----------------------------------------------------
  16. nb: insert after <b:skin><![CDATA[
  17. ----------------------------------------------------*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement