Advertisement
raiDshutterbug

Customized Scollbar

Apr 16th, 2012
3,182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ::-webkit-scrollbar { width: 5px; height: 5px; }
  2. ::-webkit-scrollbar-button:start:decrement,
  3. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
  4. ::-webkit-scrollbar-track-piece { background: #FFFFFF; }
  5. ::-webkit-scrollbar-thumb { border-radius: 8px; height: 50px; background-color: #000000; }
  6. ::-webkit-scrollbar-thumb:hover { background-color: #eee; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement