CSS
.tabbrowser-tabs tab:not([selected]) {
font-weight: bold !important;
color: red !important;
}
tab:not([selected="true"]) {
-moz-opacity: 0.5 !important;
color: #ff0000 !important;
background-color: rgb(200,200,200) !important;
}
tab[selected="true"] {
-moz-appearance: none !important;
color: #000000 !important;
}
Alles anzeigen
Nicht mehr und nicht weniger! Und entweder color: #ff0000, oder color:black
@Pali,
wird bestimmt irgendwie gehen. Hab aber keinen Plan, weil ich mich so damit noch nie richtig befasst habe.