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.
No description
4 Replies
awcodes
awcodes2w ago
I’m pretty sure they do. For instance ‘fi-ta-filter-indicators’ Just inspect the html in dev tools.
LightningSnaps
The filter indicators div has a fi-* class but the div holding the sort by filter does not.
No description
awcodes
awcodes2w ago
Have a look at the css :has pseudo selector might be able to target it based on the Div containing another class name.
Dennis Koch
Dennis Koch2w ago
You can create a PR for missing classnames