[data-l10n-id="windows-messages-copy-to-clipboard"]
Danke 2002Andreas werde ich so machen. ![]()
Füge mal diesen Teil noch in den Code ein wegen Farbe:
CSS
li.message:nth-child(odd) {
background: #fffae8 !important;
}
li.message:nth-child(even) {
background: #ffffdd !important;
}
li.message:nth-child(odd):hover {
background: #fbe8d2 !important;
}
li.message:nth-child(even):hover {
background: #fbe8d2 !important;
}
Alles anzeigen
ich habe auch noch einen Hover Effekt hinzugefügt.
Mfg.
Endor