Dann schaue ich mir auch mal Gruppierte Ordner an.
So, ich habe jetzt etwas gefunden wo mit ich leben kann.
CSS
/* Kontenansicht . Zebrastreifen */
#folderPane {
background: lightgrey !important;
}
#folderTree li:nth-child(odd) {
background-color: lightgrey !important;
}
#folderTree li:nth-child(even) {
background-color: silver !important;
}
geändert am 7.8. um 14:55 Uhr
Dieser Code hatte in der Beta nicht funktioniert.
Gruß
EDV-Oldie