3
Thanks! Now I have one more question, scroll bars should I do those from there also? I have added the following css in my styles.css for my theme:
BODY{
scrollbar-base-color: #FFFF00;
scrollbar-track-color: #111111;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #FFFF00;
scrollbar-darkshadow-color: #333333;
scrollbar-shadow-color: #111111;
scrollbar-arrow-color: #FFFF00;
}
But this only skins the scroll bars that are tecnicly in the body such as the one when you type a message but not the overall scrollbar.