Hi,
I currently have a system change request (SCR) process that handles all changes to our systems.
It has been requested that changes for test and production be in different coloured forms. Green for test and Black for production (this is the convention we use on our other system). By default, all forms are white with a blue heading as our company branding is blue, but with the number of forms that are now in use, they are starting to look all look alike and we need a way to grab people's attention. The colour changes will grab people attention and make it easy to identify a test change request from a production change request.
Where I am at, I can't see a class option on the form header to use to update its colour off the back of some JavaScript and I can't seem to find a way to dynamically change or inject CSS to an active task.
this CSS will change the form title to the colour I want but it isn't dynamic
#cf-formtitle {background-color: #34eb00;}
Any help would be greatly appreciated as I'd rather not have to create duplicate processes just to change the colour and update them all to stay in sync as this will become a headache.