Change CSS for 1 element in form
I have a workflow that generates a form in the Vertigis Studio Web viewer. I want to change the background color of 1 element (text3) in my display form (form1).
I manage to change the color of all text elements (with the .gcx-workflow-form-control-text class) with the inject CSS activity, but I can't find a way to only change the color of 1 element. Is this even possible?
I tried doing it with .gcx-forms-{elementId} (like suggested here on the forums) but noting changes.
Anyone who can help me?
-
You would need to find a different way to specify the element in Web as it doesn't add the ".gcx-forms-{elementId}" class like some other viewers do. Maybe you could inspect the element in your browser console and see if there's another way to target it.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar