Hallo Zitronella...
dann bitte auch wieder testen:
CSS
#main-window .tabbrowser-tab[selected="true"]{
color: #ffffff !important;
text-shadow: 0px 0px 0px !important;
box-shadow: inset 5px 5px 10px 10px #b60202 !important;
}
#main-window[privatebrowsingmode=temporary] .tabbrowser-tab[selected="true"]{
color: #ffffff !important;
text-shadow: 0px 0px 0px !important;
box-shadow: inset 5px 5px 10px 10px #610DAB !important;
}
Alles anzeigen
oder gleich kompl.:
CSS
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Tableiste komplett transparent */
@-moz-document url(chrome://browser/content/browser.xul){
#TabsToolbar:not(:-moz-lwtheme)::after,
#TabsToolbar:not(:-moz-lwtheme)::before {
box-shadow: none !important;
}
#tabbrowser-tabs .tabbrowser-arrowscrollbox .arrowscrollbox-overflow-start-indicator,
#tabbrowser-tabs .tabbrowser-arrowscrollbox .arrowscrollbox-overflow-end-indicator {
background-image: none !important;
}
/* Tabs immer anzeigen */
.tabbrowser-tab > .tab-stack > .tab-background
#tabbrowser-tabs[movingtab] > .tabbrowser-tab[beforeselected]:not([last-visible-tab])::after,
.tabbrowser-tab:not([selected]):not([afterselected-visible]):not([afterhovered]):not([first-visible-tab]):not(:hover)::before,
#tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([selected]):not([beforehovered]):not(:hover)::after {
background-image:none!important;
}
/* Weiße Schrift in allen Tabs und hellrot/kursiv in ungelesenen Tabs (auch im privaten Modus) */
.tabbrowser-tab[unread], .tabbrowser-tab[titlechanged] {font-style: italic; color:#db0101!important;}
.tabbrowser-tab{color:#fff!important}
/* aktiven Tab einfärben */
.tab-background{
background-color:transparent!important}
#main-window .tabbrowser-tab[selected="true"]{
color: #ffffff !important;
text-shadow: 0px 0px 0px !important;
box-shadow: inset 5px 5px 10px 10px #b60202 !important;
}
#main-window[privatebrowsingmode=temporary] .tabbrowser-tab[selected="true"]{
color: #ffffff !important;
text-shadow: 0px 0px 0px !important;
box-shadow: inset 5px 5px 10px 10px #610DAB !important;
}
/*Weiße Buttons auf: "Einen neuen Tab öffnen","Alle Tabs auflisten", "Vor/Zurück-Pfeil wenn Tabliste voll" */
#main-window .tabs-newtab-button,
#main-window #TabsToolbar > #new-tab-button { fill: white!important; }
#main-window .alltabs-button,
#main-window #TabsToolbar > #alltabs-button { fill: white!important; }
#main-window .tabbrowser-arrowscrollbox > .scrollbutton-up,
#main-window #TabsToolbar > #scrollbutton-up { fill: white!important; }
#main-window .tabbrowser-arrowscrollbox > .scrollbutton-down,
#main-window #TabsToolbar > #scrollbutton-down { fill: white!important; }
}
Alles anzeigen
[attachment=0]Screenshot (102).png[/attachment]