私は最近Firefoxを更新しましたが、提案ドロップダウンメニューの背景色が白から暗い灰色(デスクトップテーマのデフォルト)に変更されました。白に戻すにはどうすればよいですか?
私のプロフィールディレクトリの「chrome」サブディレクトリに、次の内容でuserChrome.cssファイルを作成しました。
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
menubar {
background-color: red !important;
}
しかし、明らかな結果は得られませんでした。
(フォントサイズを設定してuserChrome.cssが機能していることを確認しました。
* {
font-size: 20pt !important
}
- そしてFirefoxを再起動してください。フォントサイズが変更されます。 )
userChrome.cssを介さずにメニューの背景色を変更する他の方法がある場合は、お知らせいただきありがとうございます。
(Ubuntu 15.10、デフォルトのデスクトップ環境です。)