Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Message preview pane background

  • 1 件の返信
  • 0 人がこの問題に困っています
  • 53 回表示
  • 最後の返信者: sfhowes

more options

I would like to set a "default" background_image for the message preview pane when no message is displayed. Currently, the background_color I selected is displayed only if a message is selected (Oddly, this color is also displayed on other panes like Settings). A white background is displayed when no message is selected. Google search results usually include some config variable that does not appear in the list under config editor (deleted or deprecated?). Any ideas would be appreciated.

I would like to set a "default" background_image for the message preview pane when no message is displayed. Currently, the background_color I selected is displayed only if a message is selected (Oddly, this color is also displayed on other panes like Settings). A white background is displayed when no message is selected. Google search results usually include some config variable that does not appear in the list under config editor (deleted or deprecated?). Any ideas would be appreciated.

選ばれた解決策

To set a background image for the message pane when no message is selected, add this to userChrome.css:

#messagePane {
background-image: url("file:///C:/Users/username/folder/imagename.jpg") !important;}


To set a background image for the message pane when a message is opened (and also the Settings tab), there is similar code for userContent.css:

https://support.mozilla.org/en-US/questions/1441091#answer-1639485

この回答をすべて読む 👍 1

すべての返信 (1)

more options

選ばれた解決策

To set a background image for the message pane when no message is selected, add this to userChrome.css:

#messagePane {
background-image: url("file:///C:/Users/username/folder/imagename.jpg") !important;}


To set a background image for the message pane when a message is opened (and also the Settings tab), there is similar code for userContent.css:

https://support.mozilla.org/en-US/questions/1441091#answer-1639485