classic theme restorerが使えないので、userchromeで対処することにしました
アクティブなタブの背景色と、非アクティブなタブの背景色を変更したいです
また角タブ化もしたいです

https://i.imgur.com/iDboIRH.jpg
しかし、こんな感じになってしまいます

#TabsToolbar .tabbrowser-tab[selected="true"] .tab-background {
background-color: red !important;
}

.tabbrowser-tab[fadein]:not([pinned]) {
min-width: 40px !important;
max-width: 210px !important;
min-height:35px !important;
font-weight: normal !important;
background: rgba(255,255,255,0.5) !important;
color:black !important;
text-shadow:none !important;
}
と書いているので、下のコードと干渉しているんでしょうか
アクティブなタブと、非アクティブなタブそれぞれ、どのように書けけばいいんでしょうか
指定方法に関する情報が少ないです