Quote:
once a thread has been viewed, it reverts back to the default color. However, if a reply is made to the thread, it does not go back to unread. Should it?
|
Are you talking about the code I posted above? Hmm...yeah, it probably doesn't do what you want. I think that changes color based on whether or not the browser thinks you've visited the link before. So I guess you want to use .threadbit .threadtitle_unread { .. and .threadbit .threadtitle { ...
I think I'll leave it to cellarius or someone else that knows.
Edit: well, I did play around with it more and this seems to work (although I don't understand why):
Code:
.threadbit .threadtitle .threadtitle_unread {
color: #FF0000;
}
.threadbit .threadtitle a {
color: #00FF00;
}