Bilibili-Evolved/style/scrollbar.css
2018-09-23 18:24:48 +08:00

20 lines
328 B
CSS

::-webkit-scrollbar
{
width: 5px !important;
height: 5px !important;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track
{
background: transparent !important;
}
::-webkit-resizer,
::-webkit-scrollbar-thumb
{
background: #aaa !important;
}
::-webkit-scrollbar-thumb:hover
{
background: #888 !important;
}