mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 03:15:05 +08:00
10 lines
343 B
CSS
Vendored
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);}
|
|
*/
|