Hello, I have a working Rules for Field (CSS) macro that changes the background color of a row based on a filter. It seems that this background color change gets de-prioritized in the TableView as the alternating row scheme (white to gray to white etc...) is prioritized. Is there anyway to make sure the background-color of the CSS macro is always prioritized?
I believe you can set the !important to your CSS style or remove the "stripes" functionality in the TableView
background-color:red !important;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Medved _ConfiForms_ since your answers to other's comments have already helped me significantly :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.