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

- Pratik

Pratik wrote:

> Ben Bucksch wrote:
> 
>> Pratik Solanki wrote:
>>
>>> .moz-txt-sig > a, .moz-signature > a {
>>>        color: CC0033;
>>> }
>>>
>>> Any clues?
>>
>>
>>
>> add !important. See <http://www.mozilla.org/unix/customizing.html>.
> 
> 
> 
> Added it and it made no difference..Here's my new userChrome.css
> 
> 
> 
> .moz-txt-sig, .moz-signature {
>       color: red !important;
> }
> 
> .moz-txt-sig > a, .moz-signature > a {
>       color: CC0033 !important;
> }
> 
> - Pratik.
> 


Reply via email to