/* アクティブなタブの色をデフォルトの丸タブ形状を維持しつつ黄色に変える */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@namespace html url(http://www.w3.org/1999/xhtml);

@media (-moz-windows-default-theme) and (-moz-os-version: windows-vista),
(-moz-windows-default-theme) and (-moz-os-version: windows-win7) {
.tab-background-middle[selected=true],
html|*#tab-background-fill {
background-color:#FFCB00 !important;
}
}