martes, 9 de julio de 2013

scrollbar

::-webkit-scrollbar {
height: 12px;
width: 15px;
background: #FF005A;
}

::-webkit-scrollbar-thumb {
background: #58D3F7;
-Moz-border-radius-bottomRight: 50px; border-bottom-right-radius: 50px; -Moz-border-radius-topLeft: 50px; border-top-left-radius: 50px;
}