133
Code:
.bg-danger-dataTables-fix {
background-color: #f2dede !important;
}
.bg-success-dataTables-fix {
background-color: #dff0d8 !important;
}
Because hooray for the css that sets the background used by datatables being more specific then those of bootstrap and thus taking priority >_<
And yes, I will put a comment above these explaining why the the !important is there.