25 lines
387 B
CSS
25 lines
387 B
CSS
scrollbar {
|
|
background-color: transparent;
|
|
}
|
|
|
|
scrollbar trough {
|
|
background-color: #424a42;
|
|
border: 1px solid #0b110b;
|
|
}
|
|
|
|
scrollbar slider {
|
|
background-color: #0b110b;
|
|
border: 2px solid transparent;
|
|
border-radius: 16px;
|
|
min-width: 8px;
|
|
min-height: 8px;
|
|
}
|
|
|
|
scrollbar slider:hover {
|
|
background-color: #1c7a44;
|
|
}
|
|
|
|
scrollbar button {
|
|
display: none;
|
|
}
|