nach Update auf Version 115.2.0 (64-Bit) sind die Zebrastreifen für die Mailliste verschwunden.
Teste bitte mal das ↓.
CSS
#threadTree tr {
background-image: none !important;
background-color: #006ece !important;
}
#threadTree tr:nth-child(2n) {
background-image: none !important;
background-color: #003d76 !important;
}
#threadTree tr.selected {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr:nth-child(2n).selected {
background-image: none !important;
background-color: #006800 !important;
}
#threadTree tr:hover,
#threadTree tr:nth-child(2n):hover,
#threadTree tr.selected:hover,
#threadTree tr:nth-child(2n).selected:hover {
background-image: none !important;
background-color: #D1E2F2 !important;
color: #000 !important;
}
Alles anzeigen