Is there a way to change the bg-color of the table filters?
Is there a way for me to change this gray to another color. There is no .fi-* class on these are far as I can tell.
4 Replies
I’m pretty sure they do. For instance ‘fi-ta-filter-indicators’
Just inspect the html in dev tools.
The filter indicators div has a fi-* class but the div holding the sort by filter does not.
Have a look at the css :has pseudo selector might be able to target it based on the Div containing another class name.
You can create a PR for missing classnames