Files
YYeTsBot/yyets/worker/public/css/aYin.css
2021-09-21 19:46:11 +08:00

10 lines
343 B
CSS
Vendored

@charset "utf-8";
/*webkit核心浏览器滚动条设置*/
/*
::-webkit-scrollbar{width: 10px;height:10px;}
::-webkit-scrollbar-track{border-radius: 0px;background: rgba(0,0,0,0.1);}
::-webkit-scrollbar-thumb{border-radius: 5px;background: rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:hover{border-radius: 5px;background: rgba(0,0,0,0.4);}
*/