Hallo,
jetzt habe ich es hinbekommen :mrgreen:
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
.tabbrowser-tabs {
max-height: 23px !important;
}
tab[selected="true"] {
font-style: normal !important;
font-weight: bold !important;
}
tab:not([selected="true"]) {
font-style: italic !important;
font-weight: normal !important;
}
.autocomplete-richlistitem {
border-bottom: #dddddd 1px solid !important;
}
html|span.ac-emphasize-text {
box-shadow :none !important;
background: transparent !important;
font-weight: bold;
text-decoration: underline;
}
Alles anzeigen
Möglicherweise hat es der zweite namespace Eintrag gebracht. Aber so funktioniert es.
Vielen Dank an alle für eure Hilfe ![]()