- Firefox-Version
- 89.0
- Betriebssystem
- Win10Pro
Habe mir die Menü-/Tableiste mit folgendem Code angepasst
CSS
/* Farbe Menüleiste und Tabs */
#toolbar-menubar, #menubar-items, #main-menubar {
color: #000000 !important;
background-color: #cccccc !important;}
.tabbrowser-tab .tab-label {color: #000000 !important;}
.tab-close-button {color: #000000 !important;}
.tab-background {background: #cccccc !important;}
.tab-background[selected="true"]{background-color:#ffffff !important;}
#main-window .tabs-newtab-button,
#main-window #TabsToolbar #new-tab-button > .toolbarbutton-icon {color: #000000 !important;}
Alles anzeigen
Jetzt wünsche ich mir noch, dass ein inaktiver Tab beim Darüberfahren mit dem Mauszeiger WEIß erscheint.
Probiert habe ich es mit .tab-background:hover {background: #ffffff !important;}, da tut sich aber nichts.
Wie muss es richtig heißen?