Prima, jetzt passt es auch hier!
Nur noch ein kleiner Tipp. Wenn du auf dein Bild hier RE: About Seiten mit CSS Codes anpassen schaust, dann sind auf der rechten Seite die Zeilen unterschiedlich angeordnet (Abschluss).
Damit das nicht so ist, siehe meine Bilder dazu, so habe ich den letzten Teil des Codes so abgeändert.
CSS
#process-tbody > tr:nth-child(n+1):hover{
background-color: greenyellow !important;}
tr.window:nth-child(n+1) > td:nth-child(4),
tr.process:nth-child(n+1) > td:nth-child(4){
fill: red !important;}
tr.window:nth-child(n+1) > td:nth-child(4):hover,
tr.process:nth-child(n+1) > td:nth-child(4):hover{
fill: red !important;
background-color: gold !important;}
tr:nth-child(odd){
background-color: #f0f8ff !important;}
}
Alles anzeigen