HTML:
Код: Выделить всё
whatever
whatever
whatever
whatever
whatever
whatever
Код: Выделить всё
table tr:nth-child(2n) td{
background-color: rgba(219, 219, 219, 0.75) !important;
}
Код: Выделить всё
table tr:not(.noColor):nth-child(2n) td{
background-color: rgba(219, 219, 219, 0.75) !important;
}
/* also tried this but the result is the same*/
table tr:nth-child(2n):not(.noColor) td{
background-color: rgba(219, 219, 219, 0.75) !important;
}
Подробнее здесь: https://stackoverflow.com/questions/785 ... a-specific
Мобильная версия