toylet [mozilla] wrote:
> I just learnt that the new function worked in the old theme
> (no the modern theme)
>
>
>>>I got lots of problems with the latest nightly build
>>>In the subject listbox, some subjects were underlined.
>>>
>>>And when I moved from one message to another, the
>>>previous subject remained high-lighted.
>>>
>>It's a feature. I think it's pretty nice. I hated it at first too ...
>>This only shows up in threaded mode.
>>The root article is underline if the thread is collapsed and there are
>>new articles inside.
You can turn it off by putting in your chrome/userChrome.css file:
outlinerchildren:-moz-outliner-cell-text(container, closed, hasUnread,
read) {
text-decoration: none !important;
}