Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::-webkit-scrollbar {
- width: 16px;
- }
- ::-webkit-scrollbar-corner {
- border-top: 1px solid #000;
- border-left: 1px solid #000;
- box-shadow: inset 1px 1px 0 #fff;
- background: #cdcccd;
- }
- ::-webkit-scrollbar-thumb {
- box-shadow: inset 1px 1px 0 #cdcdfc, inset -1px -1px 0 #6867c6;
- width: 14px;
- border: 1px solid #000;
- background-image: url(https://cdn.discordapp.com/attachments/887921355947933726/917959746923941938/not_gonna_work.png?ex=65f109a2&is=65de94a2&hm=b477eccaed5fcb88af172d412d50b28ef6fff02ec337f03f3344df3f01c4fddf&);
- background-color: #9B9BF9;
- background-repeat: no-repeat;
- background-position: center;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- box-shadow: inset 1px 1px 0 #cdcdfc, inset -1px -1px 0 #6867c6;
- width: 14px;
- border: 1px solid #000;
- background-image: url(https://cdn.discordapp.com/attachments/887921355947933726/917968280742948924/horizontal_scrollbar_bg.png?ex=65f11195&is=65de9c95&hm=3d07d063427903ef68e2ab6921f3657d475a721bff0e9a10f7081ec1490d0a2c&);
- background-color: #9B9BF9;
- background-repeat: no-repeat;
- background-position: center;
- }
- ::-webkit-scrollbar-track {
- background-color: #aaaaab;
- border: 1px solid #000;
- }
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://cdn.discordapp.com/attachments/887921355947933726/917964624161308743/increment_1.png?ex=65f10e2d&is=65de992d&hm=19627b589fa82404eff1571aec57d7c507b68143e61a83ec61dbec6a553cd305&);
- background-color: #DEDEDE;
- background-repeat: no-repeat;
- background-position: center;
- width: 16px;
- height: 16px;
- border-left: 1px solid black;
- border-right: 1px solid black;
- }
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://cdn.discordapp.com/attachments/887921355947933726/917964623850917978/decrement_1.png?ex=65f10e2d&is=65de992d&hm=5d458a7edf43cd6c23e82c5eb4c1443183c1b580bd77e1bf77654b93ab9e8e7e&);
- background-color: #DEDEDE;
- background-repeat: no-repeat;
- background-position: center;
- border-top: 1px solid black;
- border-right: 1px solid black;
- border-left: 1px solid black;
- width: 16px;
- height: 16px;
- }
- ::-webkit-scrollbar-button:horizontal:decrement
- {
- background-image: url(https://cdn.discordapp.com/attachments/887921355947933726/917966460217872434/horizantal_decremnt.png?ex=65f10fe3&is=65de9ae3&hm=8e00f3b359718ccc10ca61176ee7486a601ab8c62faa3b8f85f5171eaf30c402&);
- background-color: #DEDEDE;
- background-repeat: no-repeat;
- background-position: center;
- border-top: 1px solid black;
- border-left: 1px solid black;
- border-bottom: 1px solid black;
- width: 16px;
- height: 16px;
- }
- ::-webkit-scrollbar-button:horizontal:increment
- {
- background-image: url(https://cdn.discordapp.com/attachments/887921355947933726/917966460477906944/horizantal_increment.png?ex=65f10fe3&is=65de9ae3&hm=777e539b9fbf85a8eea539bb756d4520eca8a1c85f5cd45a8d09af44114595ed&);
- background-color: #DEDEDE;
- background-repeat: no-repeat;
- background-position: center;
- border-top: 1px solid black;
- border-bottom: 1px solid black;
- width: 16px;
- height: 16px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement