Vielleicht könntest Du mal kurz meine userCrome.css und die contentChrome.css prüfen, ob Du evtl. einen Grund für das Probiem findest?
Meine userChrome.css sieht bisher so aus:
CSS
#tabbrowser-tabs, #tabbrowser-tabs > #tabbrowser-arrowscrollbox, #tabbrowser-arrowscrollbox{ min-height: 0 !important; }
:root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button,
:root:not([customizing]) #tabs-newtab-button,
:root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1,
:root:not([customizing]) #TabsToolbar .titlebar-button{
-moz-appearance: none !important;
height: 0px;
padding-top: 0px !important;
padding-bottom: 0px !important;
-moz-box-align: stretch;
margin: 0 !important;
}
:root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1 > .toolbarbutton-icon{
padding-block: 0px !important;
max-height: 28px;
height: 20px !important
}
/* Hide solo tab */
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] {
visibility: collapse;
}
/* Hide New Tab Button immediately next to solo tab */
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] + toolbarbutton {
visibility: collapse;
}
Alles anzeigen
Und das ist meine content-Chrome.css:
CSS
/*
@-moz-document domain("youtube.com") {
#consent-bump,
#dialog,
iron-overlay-backdrop,
iron-overlay-backdrop.opened
{display: none !important;}
html img[src="https://www.gstatic.com/youtube/img/promos/growth/dmod_si_horizontal_ver1_240x400.png"]
{display: none !important;}
}
*/
/* Youtube-Anmelden-Popup entfernen
@-moz-document domain("youtube.com") {
#consent-bump,
.style-scope.yt-upsell-dialog-renderer,
.style-scope.yt-upsell-dialog-renderer.no-transition,
iron-overlay-backdrop,
iron-overlay-backdrop.opened
{display: none !important;}
}
*/
/* bei Youtube Popup für Anmeldung ausblenden */
/* Video mit einem Klick abspielen */
@-moz-document domain("youtube.com") {
#consent-bump,
.style-scope.yt-upsell-dialog-renderer,
.style-scope.yt-upsell-dialog-renderer.no-transition,
iron-overlay-backdrop,
iron-overlay-backdrop.opened {
display: none !important; }
html img[src="https://www.gstatic.com/youtube/img/promos/growth/dmod_si_horizontal_ver1_240x400.png"] {
display: none !important;}
}
Alles anzeigen
Ansonsten wüsste ich nicht, was noch Ursache sein könnte.
In Win10 (auf einer anderen Partition meines PC's) sind meine FF-Menüs übrigens ebenfalls schwarz auf weiß.