Rob <[email protected]> wrote:
> Hartmut Figge <[email protected]> wrote:
>> Daniel:
>>>Rob wrote:
>>
>>>> I installed 2.20 on a system at work where we still use 2.14.1 and
>>>> noticed that signatures are now displayed "dim" in HTML mail as well.
>>>> (this used to be the case only in text mail, but I don't know if this
>>>> has changed now in 2.20 or in an earlier release after 2.14.1)
>>>
>>>Rob, as far as I know, the sig file has always shown "dim", at least in
>>>text msg, as I use.
>>
>> I am using since a long time
>>
>> ----- userContent.css -----
>> .moz-txt-sig, .moz-signature { background-color: #f0f0f0; }
>> ---------------
>>
>> Can be used to play with. :)
>
> Do you happen to know what the CSS attribute is that controls this
> "dim" display? It of course is not the background color.
Ok by looking in omni.ja I already found that it is caused by a
style item "opacity: 0.5" that has been added. Unlikely that it
can be controlled via a pref.
I could override it with a userContent.css containing:
/* ::::: signature ::::: */
.moz-txt-sig,
.moz-signature {
opacity: 1.0 !important;
}
this works, but of course it has to be done per profile.
Is there some way of putting that file in the program installation directory
and have it effective for all users?
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey