ahh ok, da wäre ich trotzdem nie drauf gekommen.
Der Vollständigkeit halber noch mal meinen gesamten Code
CSS
/* Tableiste grau/schwarz */
[tabsintitlebar]:root:not(:-moz-lwtheme) {
background-color: black!important}
/* Weiße Schrift in allen Tabs, hellrot/kursiv in ungelesenen Tabs und lila/kursiv im privaten ungelesenen Tabs */
#main-window .tabbrowser-tab[unread], .tabbrowser-tab[titlechanged] {font-style: italic; color:#db0101!important;}.tabbrowser-tab{color:#fff!important}
#main-window[privatebrowsingmode] .tabbrowser-tab[unread],#main-window[privatebrowsingmode] .tabbrowser-tab[titlechanged] {font-style: italic; color:#911be1!important;}.tabbrowser-tab{color:#fff!important}
/* aktiven Tab einfärben */
.tab-background[selected="true"]{
background-color:transparent!important}
#main-window .tabbrowser-tab[selected="true"]{
box-shadow: inset 0px 0px 40px 0px #b60202 !important;}
/* aktiven Tab einfärben im privaten Modus */
.tab-background[selected="true"]{
background-color:transparent!important}
#main-window[privatebrowsingmode] .tabbrowser-tab[selected="true"]{
box-shadow: inset 0px 0px 40px 0px #610DAB !important;}
/*rote Linie über Tab wenn ausgewählt und gehovert wird, lila beim privaten Tab*/
.tab-line[selected=true] {
background-color: #b60202!important;}
.tab-line:not([selected=true]) {
background-color: #b60202!important;}
#main-window[privatebrowsingmode] .tab-line[selected=true] {
background-color: #610DAB!important;}
#main-window[privatebrowsingmode] .tab-line:not([selected=true]) {
background-color: #610DAB!important;}
/* Suchenbar oben links*/
findbar {-moz-box-ordinal-group: 0}
Alles anzeigen
und jetzt freu ich mich auf Firefox 57 [Blockierte Grafik: https://i.imgur.com/8Dagi93.gif]
und falls dir Andreas oder jemanden anderen noch Fehler auffallen, bitte melden. Danke nochmals.