Guest User

Untitled

a guest
Jul 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ::-webkit-scrollbar
  2. {
  3. width: 5px;
  4. height:5px;
  5. }
  6. ::-webkit-scrollbar-track-piece
  7. {
  8. background-color: #CCCCCC;
  9. -webkit-border-radius: 5px;
  10. }
  11. ::-webkit-scrollbar-thumb:vertical
  12. {
  13. height: 5px;
  14. background-color: #999999;
  15. -webkit-border-radius: 5px;
  16. }
  17. ::-webkit-scrollbar-thumb:horizontal
  18. {
  19. width: 5px;
  20. background-color: #CCCCCC;
  21. -webkit-border-radius: 5px;
  22. }
Add Comment
Please, Sign In to add comment