Moderators: They make you lose count(Longest thread still alive!)

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
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.