bez zbędnego gadania:
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
::-webkit-scrollbar {
cursor:pointer;
background: #fafafa;
}
::-webkit-scrollbar-thumb {
border: 3px solid #fafafa;
background-color: rgba(208, 187, 168, 0.7);
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(208, 187, 168, 0.8);
} |
Jedyny mankament jest taki że działa to tylko na webkitowych przeglądarkach
