Firefox userchrome.cssの今 (メモ)

@charset "utf-8";
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* サイドバーを右に変更する */
#browser {
-moz-box-direction: reverse;
}

/* アクティブタブ幅を広げて判別しやすくする */
.tabbrowser-tab[selected]:not([pinned])[fadein] {
min-width: 200px !important;
}

/* Consolas fonts and disabled IME at Location bar */
#urlbar {
font-family: Consolas, monospace !important;
}
#urlbar *|input {ime-mode:inactive !important;}

compressorで圧縮