Unknown
On Friday, 29 June 2012
Put this code on your blog :
<style type="text/css">You can edit the color if you want
::-webkit-scrollbar {
background:rgba(70,0,130,.82);
width:13px;
}
::-webkit-scrollbar-thumb {
border-radius:4px;
background:rgba(11,13,7,.82);
border:2px solid rgba(244,242,248);
width:12.8px;
}
</style>