Tugger the SLUGger!SLUG Mailing List Archives

[chat] [Fwd: Re: Change signature colour]


For all those complaining about those long signatures.... Fix your Mozilla settings.

KenF

Pratik wrote:

> Solved it. I was adding all this to userChrome.css whereas the actual
> file to add it to is userContent.css...It works now..
>


Thanks for the info. I just added this to get ride of those useless
signatures following your code:

.moz-txt-sig, .moz-signature {
       display: none !important;
}

.moz-txt-sig > a, .moz-signature > a {
       display: none !important;
}


Now I whish that there would be a way to hide spam just the same way XD