Probier` das mal. Ist aber ungetestet... :wink:
CSS
.tabbrowser-tab[notselectedsinceload="true"] {
opacity: 0.7!important;
color: blue !important;
background:#ff7788!important;
font-weight: bold !important;
}
/********gelesener Tab gelb********/
.tabbrowser-tab:not([notselectedsinceload="true"]):not([visuallyselected="true"]) {
opacity: 0.7!important;
color: blue !important;
background:#ffdd33!important;
font-weight: bold !important;
}
/********aktiver Tab grün**********/
.tab-background[visuallyselected="true"]{
opacity: 0.5!important;
background:#99ff66!important;
}
.tabbrowser-tab[visuallyselected="true"]{
font-weight:bold;
}
Alles anzeigen