Kann man den E-Mail Hintergrund auch noch in diesem Grau machen, denn diese werden in einem sehr dunkel grauen noch angezeigt?
Teste bitte das ↓ in der userContent.css.
CSS
/* Messagepane */
body:not([class="wide-container"]) {
background-color: #27272A !important;
color: #FFF !important;
}
body:not([class="wide-container"]) div.moz-text-plain,
body:not([class="wide-container"]) div.moz-text-html,
body:not([class="wide-container"]) div.moz-cite-prefix,
body:not([class="wide-container"])[style*="width: 72ch"] {
color: #FFF !important;
}
body:not([class="wide-container"]) > tt[_moz_dirty=""],
body:not([class="wide-container"])[_moz_dirty=""],
body:not([class="wide-container"])[_moz_dirty=""] > tt[_moz_dirty=""] {
color: #FFF !important;
}
Alles anzeigen