On 30/06/2014 20:08, Richard Owlett wrote:
> This comes under heading of "unintended consequences".
> 
> I just updated from SM 2.17.1 to 2.26.1.
> 
> In browser:
>    I have my preferences set to display a blank page on startup. 
> In 2.17 that resulted in displaying a blank page *AND* an 
> empty(blank) address bar. With 2.17 there is a reminder that the 
> address bar is for address/search terms.
>    I understand the "logic" behind the chain. Can I have back the 
> desirable default?

You're the second person to ask for this.

userChrome.css Example:

html|*.textbox-input::-moz-placeholder {
  color: #FFF;
  opacity: 0.0;
}

In your case you could set the opacity to 0. You may want to make this
specific to the address bar.


> In mail/news:
>     Signature block (correct term?) now appears in lighter type 
> than body of the post. I find this annoying. Once again, any 
> work-around?

Currently we use opacity: 0.5 to simulate lighter type. Use
userChrome.css to set the opacity back to 1.0.

> P.S. I go back to Netscape days and this was one of the smoother 
> upgrades.

Thanks

Phil

-- 
Philip Chee <[email protected]>, <[email protected]>
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to