Well, I figured I'd share how to do this since it's a feature of phpBB I though we should have it too xD
Choose the Modify / Delete option under themes in the Admin Control Panel, then select the affected theme. Scroll to the very bottom to the Additional CSS box. In it, add the following:
.trow1:hover {
background: #FFF;
}
.trow2:hover {
background: #FFF;
}
And that's all you have to do. Just change the #FFF to anything you'd like for a different color. Yeah, it's very simple, but I just figured I'd let anyone who wanted to know, know.
Here's a live example if you don't want to do it without seeing it first:
http://forum.pokelounge.com
Choose the Modify / Delete option under themes in the Admin Control Panel, then select the affected theme. Scroll to the very bottom to the Additional CSS box. In it, add the following:
.trow1:hover {
background: #FFF;
}
.trow2:hover {
background: #FFF;
}
And that's all you have to do. Just change the #FFF to anything you'd like for a different color. Yeah, it's very simple, but I just figured I'd let anyone who wanted to know, know.
Here's a live example if you don't want to do it without seeing it first:
http://forum.pokelounge.com