Guest User

Untitled

a guest
Jul 15th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. height: 5px;
  3. width: 10px;
  4. background: #0000FF;
  5. }
  6. ::-webkit-scrollbar-thumb {
  7. background-image:url(URL OF IMAGE);
  8. border:2px dashed #BA55D3;
  9. -webkit-border-radius: 5ex;
  10. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  11. }
  12. ::-webkit-scrollbar-corner {
  13. background: #transparent;
  14. }
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment