Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*-----------------------------------------*/
- ::-webkit-scrollbar {
- width: 6px;
- }
- ::-webkit-scrollbar-track {
- background-color: #b46868;
- }
- ::-webkit-scrollbar-thumb {
- background-color: rgba(0, 0, 0, 0.2);
- }
- ::-webkit-scrollbar-button {
- background-color: #7c2929;
- }
- ::-webkit-scrollbar-corner {
- background-color: black;
- }
- /*-----------------------------------------*/
- /* width */
- ::-webkit-scrollbar {
- height: 8px;
- width: 8px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background: #f1f1f1;
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background: #888;
- }
- /* Handle on hover */
- ::-webkit-scrollbar-thumb:hover {
- background: #555;
- }
- /*-----------------------------------------*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement