On 8/5/10 8:54 PM, Lance Courtland wrote:
> SM 2.0.6, 'Modern' Theme
> MS Windows XP SP3
> 
> I changed the address bar color when at a secure site to red in previous 
> SM versions by adding the following code in my profile userchrome.css:
> 
> #urlbar[level="high"] > .autocomplete-textbox-container,
> #urlbar[level="low"] >  .autocomplete-textbox-container {
>    background-color: #FF0000 !important;
>    color: #000000 !important;
> }
> 
> But when I updated to 2.0.6, the address bar reverted to a sickly yellow 
> in secure sites.  Changing the color in userchrome.css seems to have no 
> effect.
> 
> Is there a new way to change the secure address bar color?
> 
> TIA
> 
> Lance

I've been successfully using the following to make the area pink in both
SeaMonkey 1.1.x and 2.0.x:

#urlbar[level="high"] > .autocomplete-textbox-container,
#urlbar[level="low"] > .autocomplete-textbox-container
        {background-color: #FFD0F0 !important}

Note that I omit your final  color: #000000 !important;.

And, yes, file userChrome.css in your profile's chrome directory is the
correct place.

-- 

David E. Ross
<http://www.rossde.com/>.

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation.
© 1997 by David E. Ross
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to