Lines 334-339
tbody {
Link Here
|
334 |
&:nth-child(odd):not(.dtrg-group) { |
334 |
&:nth-child(odd):not(.dtrg-group) { |
335 |
td { |
335 |
td { |
336 |
border-right: 1px solid $table-border-color; |
336 |
border-right: 1px solid $table-border-color; |
|
|
337 |
} |
338 |
} |
339 |
&:nth-child(odd):not(.dtrg-group):not(.active) { |
340 |
td { |
337 |
&:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) { |
341 |
&:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) { |
338 |
background-color: $table-odd-row; |
342 |
background-color: $table-odd-row; |
339 |
} |
343 |
} |
340 |
- |
|
|