Zitat von "Angeloona"die Farbpalette ist nicht das Problem. Was genau muss ich angeben, um die Farben von Von:.. und Antwort an:..... zu ändern???
Für "Von:" habe ich dies [1] in der userChrome.css und für Antwort an: dies [2]
[1]
/* Die Von:-Zeile anpassen */
#expandedfromBox {
background-color: #CDCDCD ! important;
border-top: 3px solid #404040 ! important;
border-bottom: 1px solid grey ! important;
}
/* --- Die Von:-Zeile Grün einfärben --- */
#expandedfromBox .headerName,
#expandedfromBox .emailDisplayButton {
color: green ! important;
}
/* --- Den Wert der Von:-Zeile bei Mouseover Maroon einfärben --- */
#expandedfromBox .emailDisplayButton:hover {
color: maroon ! important;
}
/* Die From:-Zeile anpassen */
[2]
/* --- Die Antwort an: anpassen --- */
[header="reply-to"] {
background-color: #C1CDCD ! important;
color: #800000 ! important;
border-bottom: 1px solid grey ! important;
}
#expandedreply-toBox .headerValue,
#expandedreply-toBox .emailDisplayButton {
background-color: #C1CDCD ! important;
color: #800000 ! important;
padding: 0px 1px ! important;
}
#expandedreply-toBox .emailDisplayButton:hover {
color: #FF0000 ! important;
}
/* --- Die Antwort an: anpassen --- */
Es grüßt dharkness