滚动条美化

美化滚动条

目前为 2021-08-03 提交的版本。查看 最新版本

/* ==UserStyle==
@name           滚动条美化
@version        1.0.0.20210803
@namespace      laster2800
@author         Laster2800
@description    美化滚动条
@license        LGPL-3.0
==/UserStyle== */

body::-webkit-scrollbar {
    width: 15px;
    height: 12px;
    background-color: #00000000;
}

body::-webkit-scrollbar-thumb {
    background-color: #00000040;
}

body::-webkit-scrollbar-corner {
    background-color: #00000000;
}