Bilibili-Evolved/style/scrollbar.css
2019-03-30 15:05:21 +08:00

25 lines
422 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;
}
*
{
scrollbar-color: #aaa transparent !important;
scrollbar-width: thin !important;
}