10/01/15 13:10:32 EQmQonyG0
>>192
URLリンク(firefox.geckodev.org)
まず↑を読んでみる。
プロファイルフォルダ内のchromeフォルダにあるuserChrome-example.cssを開く。
一番最後に以下を追加。
#bookmarksPanel:-moz-system-metric(windows-default-theme),
#history-panel:-moz-system-metric(windows-default-theme) {
background-color: #fff !important;
}
多分、xp以外を使ってると思うけど、もしxpを使ってるなら以下も追加。
.sidebar-placesTree:-moz-system-metric(windows-default-theme) {
background-color: transparent !important;
border-top: none !important;
}
ファイルをuserChrome.cssに変更して保存。Firefoxを起動。
念のため。編集するuserChrome-example.cssは「プロファイル」フォルダ内のもの。
まちがってもプログラムフォルダ内を探したりしないこと。
変にあちこち探さずに、このスレの上のほうにプロファイルについての説明を読むこと。