calcom/styles/components/table.css

8 lines
119 B
CSS
Raw Normal View History

2021-06-03 20:55:34 +00:00
table tbody tr:nth-child(odd) {
@apply bg-gray-50;
2021-06-14 18:53:20 +00:00
}
.highlight-odd > *:nth-child(odd) {
@apply bg-gray-50;
2021-06-03 20:55:34 +00:00
}