ENH: ScrollBar Color

Change-Id: Ice87a8ddae0ccadaa63652bb4fa8464c4bee408f
(cherry picked from commit 5db33442578ac72433131229889cc1055527de74)
This commit is contained in:
zorro.zhang 2022-12-05 21:34:23 +08:00 committed by Lane.Wei
parent 7a40310924
commit d965a93673
16 changed files with 74 additions and 1560 deletions

View file

@ -14,6 +14,14 @@ body
color:#efeff0;
}
.ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
background-color: #939594;
}
.ZScrol::-webkit-scrollbar-track {/*滚动条里面轨道*/
background: #161817;
}