Child row button colour using Bootstrap styling
Child row button colour using Bootstrap styling
The child row button seems to use text-primary colour, which appears to have hardcoded since it doesn't match any user themes that already override Bootstrap's text-primary.
For example my text-primary is green, but DataTables text-primary is still the default blue? How do I fix this?
This discussion has been closed.
Answers
It depends on what CSS files you are loading, and in what order.
I have moved my Bootstrap theme to load last so that it overrides anything prior but the child row icon is still the default Bootstrap
text-primarycolour which is#337ab7, even though my theme has a greentext-primary?@allan do you know why this is please?