Hello Laserfiche Community!
I have some great CSS that I use in the CLASSIC Form Designer that nicely darkens and bolds Radio Button and Checkbox selections, make the form selections much easier to read after it gets saved.
However, I cannot figure out how to do this in the NEW Form Designer. Anyone have any CSS I can try?
Here's what I use in the Classic Form Designer:
/*************************** PDF STYLING ***************************/
input[type="checkbox"][readonly]:checked + label,
input[type="radio"][readonly]:checked + label {
font-weight: bold;
color: #000;
}
/*************************** END PDF STYLING ***************************/
Here's a snippet of the Form I'm trying to implement this kind of CSS in: