Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /** Scroll */
  2. ::-webkit-scrollbar {
  3. background-color: transparent;
  4. width: 6px;
  5. }
  6. ::-webkit-scrollbar-button {
  7. background-color: transparent;
  8. }
  9. ::-webkit-scrollbar-track {
  10. border-radius: 4px;
  11. }
  12. ::-webkit-scrollbar-thumb {
  13. border-radius: 6px;
  14. background-color: rgba(0,167,151,.5);
  15. }
  16. :hover::-webkit-scrollbar-thumb {
  17. background-color: rgba(0,167,151,1);
  18. }
  19. ::-webkit-scrollbar-corner {
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement