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
awcodes11mo ago
I’m pretty sure they do. For instance ‘fi-ta-filter-indicators’ Just inspect the html in dev tools.
LightningSnaps
LightningSnapsOP11mo ago
The filter indicators div has a fi-* class but the div holding the sort by filter does not.
No description
awcodes
awcodes11mo 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 Koch11mo ago
You can create a PR for missing classnames

Did you find this page helpful?