You are viewing limited content. For full access, please sign in.

Question

Question

Add color to certain rows in a table

asked on November 15, 2021

I need to make a few fields that are not typically filled out in a row a different color. They could sometimes be filled in so I don't want to make them read only. How would this be done?

0 0

Replies

replied on November 15, 2021

Could you be more specific?  If you want a certain field (or fields) to have a highlight, you could use css...

add the css class to the field then use this or similar: 

.red input {background-color: red !important;}

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.