标签:width http bar back idt webkit 分享 scrollbar rgba
::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
border-radius: 10px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
/*width: 10px;*/
height: 20px;
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}
标签:width http bar back idt webkit 分享 scrollbar rgba
原文地址:http://www.cnblogs.com/zxhome/p/7469339.html