I'm trying to add css styling to a details page for one of my two visible virtual fields. The second field is set as an auto text cascade that provides the answer to my user - and so I don't want the same formatting as the input virtual field.
I was able to selectively style the table fields with adding into my header
#fieldname {
background-color:#f9f9f9;
}
but when I used cbParamVirtual53 and applied the same code nothing happened for the virtual field. I realise (using f12) the virtual field id has additional numbers which change each time the page is created. Is there a specific way I should be referring to the virtual field in CSS styling in header?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Jodie
I'm trying to add css styling to a details page for one of my two visible virtual fields. The second field is set as an auto text cascade that provides the answer to my user - and so I don't want the same formatting as the input virtual field.
I was able to selectively style the table fields with adding into my header
#fieldname {
background-color:#f9f9f9;
}
but when I used cbParamVirtual53 and applied the same code nothing happened for the virtual field. I realise (using f12) the virtual field id has additional numbers which change each time the page is created. Is there a specific way I should be referring to the virtual field in CSS styling in header?
Any help would be appreciated.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.