Hier ist der Code.
Die erste Zeile Deines CSS-Schnipsels ist nicht korrekt, sie muss so * aussehen.
*
Außerdem scheinst Du Werte * für die userContent.css in die userChrome.css eingetragen zu haben.
**
CSS
body .moz-text-plain,
body .moz-text-plain pre,
body .moz-text-html * {
background-color: #D3D3D3 !important;
}
.moz-text-html {
background-color: #D3D3D3;
}
.moz-text-plain {
background-color: #D3D3D3;
}
#messageHeader {
background-color: #D3D3D3;
}
.moz-text-html {
background-color: #D3D3D3;
}
.moz-text-plain {
background-color: #D3D3D3;
}
html > body,
td,
tbody,
body .moz-text-plain,
body .moz-text-plain pre,
body .moz-text-html * {
appearance: none !important;
background-color: #D3D3D3 !important;
}
Alles anzeigen