Firefox : userChrome.css

/* ロケーションバーの数字 */
#urlbar {
  font-family: Consolas !important;
}

/* アクティブタブの幅を広げる */
.tabbrowser-tab[selected]:not([pinned])[fadein] {
  min-width: 250px !important;
}

/* アクティブタブの背景色 */
.tab-background[multiselected=true],.tab-background[selected=true] {
  background-color: #87cefa !important;
}


関連:
Purpose of the "@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */" css code? | Firefox Destek Forumu | Mozilla Destek