I am trying to change the background-color of rows that contain my found class in a striped bootstrap table. It works for even rows because bootstrap doesn\'t have
found
.table-striped>tbody>tr:nth-child(odd)>td, tr.found{ background-color:#CECBCB; }