アクティブなタブの色をデフォルトの青から黄色に変えたいのですが、
アドオンじゃなくuserchromeなどで変えられませんでしょうか?
試しに

/* アクティブなタブの色を変える */
tab{
-moz-appearance: none !important;
}
.tab-image-left[selected="true"],
.tab-image-right[selected="true"],
.tab-image-middle[selected="true"] {
background-color: #F0E68C !important;
color: black !important;
}

をしてみたのですが、UIが変わったせいか
機能しなくて・・・