4 lines
79 B
CSS
4 lines
79 B
CSS
.table-nostriped tbody tr:nth-of-type(odd) {
|
|
background-color:transparent;
|
|
}
|