LeopardからUNOを削除(Firefox)

OS Xのルック&フィールを変えるアプリ「UNO」。
Tigerの間は良かったんだけど、UNOをきちんとアンインストールしないままLeopardにアップグレードしてしまったおかげで、Firefoxツールバーの色が変になっていた。

ようやく修正方法が分かったので、ここにメモしておく。
もし同じ悩みを持っている人がいたらどうぞ。

I had the same problem -- installed UNO on Tiger, upgraded to Leopard, UNO uninstaller doesn't work under Leopard.? It was driving me insane too...

After some hunting around, I found that removing the following from <firefox profile>/chrome/userChrome.css did the trick:

toolbar#nav-bar, #bookmark-window toolbar, #BrowserPreferences toolbar, #JSConsoleWindow toolbar, #winInspectorMain toolbar? {
? ? background: url("./toolbar.gif") repeat-x !important;
}

If that's all that's in there, you can just delete the whole file and restart Firefox.