Yeah I just looked at that theme. The guy who developed it, never added the scrollbar effects to the css style sheet. And for the Forums he has the scrollbar using the specified table tag colors...wierd...
anywho..try this.
Paste this code into your
themes/Emerald/styles/style.css file
|
Code:
|
body {scrollbar-face-color: #004400;scrollbar-highlight-color: #004400;scrollbar-shadow-color: #004400;scrollbar-3dlight-color: #005500;scrollbar-arrow-color: #FFFFFF;scrollbar-track-color: #003300;scrollbar-darkshadow-color: #003300;} |
I'm not sure if the colors will be exactly right. I had to guess.
mikem