I am trying to display the thread list in striped look.
Tried these but it doesn't work, anyone any idea?
Tried these but it doesn't work, anyone any idea?
CSS:
.structItemContainer-group:nth-child(even) {
background-color: black;
}
.structItemContainer-group.js-threadList:nth-child(even){
background-color: black;
}



