thunderbirdで背景色設定

183 :名無しさん@お腹いっぱい。 :04/05/14 18:33 id:oXgIz+ax
>>182
userChrome.css 作って
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
color: white;
background-color: black;
}

userChrome.css については
http://texturizer.net/mozilla/jp/firefox/edit.html#css
http://texturizer.net/mozilla/jp/firefox/tips.html#appearance
ただし userChrome-example.css がないので userChrome.css 作成して
@namespace 〜 の行を加える必要あり。

184 :名無しさん@お腹いっぱい。 :04/05/14 18:36 id:oXgIz+ax
抜けてた、スマソ
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
treerows {
color: white;
background-color: black;
}