It really is just:
element_with_scrollbar::-webkit-scrollbar {
width: mandatory value;
height: mandatory value;
background-color: mandatory value; (apparently can be an image??)
border-radius: not mandatory but nice;
}
width: mandatory value;
height: mandatory value;
background-color: mandatory value; (apparently can be an image??)
border-radius: not mandatory but nice;
}
for the main track and
#name _of_panel::-webkit-scrollbar-thumb {
background: mandatory; (can also be an image?)
border-radius: not mandatory but nice;
height: ?????; I wanna play with this one a little.
}
background: mandatory; (can also be an image?)
border-radius: not mandatory but nice;
height: ?????; I wanna play with this one a little.
}
for the scroll marker.
Might need to play with the border radii in my profile so the comments scrollbar looks comfier, but we're gettin' there! I should also copy it over so non-webkit browsers can witness my 1337 5killz.