新ロケーションバー用のスタイル
新ロケーションバーの文字色がいまひとつ読みづらいので、テケトーに色をつけてみるテスト。
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.textbox-presentation {
color: #333300 !important;
}
.textbox-presentation-domain {
color:#ff0000 !important;
}
#urlbar[level="high"] .textbox-presentation ,
#urlbar[level="low"] .textbox-presentation {
color:#336666 !important;
}
#urlbar[level="low"] .textbox-presentation-domain ,
#urlbar[level="high"] .textbox-presentation-domain {
color:#ff0000 !important;
}
Bug 387077 – Rename some class names of the new Location bar が入ったので、セレクタを変更しないと上記スタイルは効きません。コメント欄の音吉さんのコメントを参照のこと。(コメント欄では、ダブルクォートが全角になるようなので注意が必要です)