今日のナイトリー

タブ周りのスクリーンショット

自動更新で ID:20100420040941 に。各地既報ですが、Bug 549061 – [Windows] New Style for Tabs が入ってタブ周りのデザインが変わりました。アクティブタブと非アクティブタブの区別がややつきにくい様なのでユーザスタイルでいじります。スクリーンショットの下がユーザスタイルを適用したものです。

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tabbrowser-tab[selected="true"] {
  background:#efefef !important;
}
.tabbrowser-tab[selected="true"] .tab-text {
  color: red !important;
}
.tabbrowser-tab[selected="true"]:hover .tab-text {
  font-weight:bold !important;
}