Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::-webkit-scrollbar {
- width:16px; height:16px;
- }
- ::-webkit-scrollbar-track {
- background-color: #F7F5EE;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045654672347770880/image.png);
- border-top: 1px solid #F5BBBB;
- border-bottom: 1px solid #D3837C;
- border-radius: 3px;
- }
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045654227868987452/image.png);
- width: 16px;
- height: 17px;
- }
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045655984078589962/image.png);
- width: 16px;
- height: 17px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045661478960758824/image.png);
- border-top: 1px solid #F5BBBB;
- border-bottom: 1px solid #D3837C;
- border-radius: 3px;
- }
- ::-webkit-scrollbar-button:horizontal:decrement {
- background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045665634287091722/image.png);
- width: 17px;
- height: 16px;
- }
- ::-webkit-scrollbar-button:horizontal:increment {
- background-image: url(https://cdn.discordapp.com/attachments/1045654212844990494/1045664512579227708/image.png);
- width: 17px;
- height: 16px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement