Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#ffffff; /*scrollbar's slider color*/
- background-image:url('URL HERE'); /*optional background image*/
- height:100px;
- -moz-border-radius: 15px; /*these make bar rounded*/
- border-radius: 15px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#ffffff; /*scrollbar's slider color*/
- height:100px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:5px; /*width of slider*/
- background-color:#eeeeee; /*scrollbar's main color*/
- background-image:url('URL HERE'); /*optional background image*/
- }
Advertisement
Add Comment
Please, Sign In to add comment