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

@ -3,25 +3,6 @@
overflow-y:auto;
}
#Content::-webkit-scrollbar {/*滚动条整体样式*/
width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
#Content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background-color: #AAAAAA;
}
#Content::-webkit-scrollbar-track {/*滚动条里面轨道*/
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 10px;
background: #EDEDED;
}
.BlockBanner
{
padding: 0px;

View file

@ -19,7 +19,7 @@
<div id="Title">
<div class="trans" tid="t10">Printer Selection</div>
</div>
<div id="Content">
<div id="Content" class="ZScrol"s>
<!--<div class="OneVendorBlock" Vendor="BBL">
<div class="BlockBanner">