I was wondering if its possible to have custom scroll bar colors.

I tried adding this code
Quotebody{
scrollbar-3dlight-color : #640000;
scrollbar-arrow-color : #FF0000;
scrollbar-base-color : #2b0000;
scrollbar-darkshadow-color : #2b0000;
scrollbar-face-color : #2b0000;
scrollbar-highlight-color : #2b0000;
scrollbar-shadow-color : #640000;
scrollbar-track-color : #000000;
}
That way it would change my scroll bar's color, but it only did it for text area.

Could anyone help me? And sorry I havn't really read anything on it.