Found a bit of better code which includes the whole bar guys
Code:
.forumrow:hover, .threadbit > div:hover {
background: #FF000 !important; }
Change the #FF000 to whatever colour you want!
Still need to figure out how to link it
[s]EDIT: Seem to be having problems with the Replies/Views column not highlighting with the rest of the row... if anyone has a fix for this would appreciate it! (Threads/Posts column works fine)
This works to get it on hover
Code:
.threadstats:hover {
background: #261307;
}
Though obviously it works independently with the other code, need to combine them somehow :P[/s]
Found the fix, view the original post to see it! If you used the above code in your additional CSS then remove it