I have a slightly different but related issue regarding the font color of a dropdown list.
I have a drop down list with four options.The User will have to pick what is relevant to them and submit the form. This is Security clearance of an employee. So employee pick one of the four options. (Option A, Option B, Option C, Option D). Say Applicant picked Option C.
In the next stage the Manager has to verify the selection the User has made. So the Manager also has a dropdown list with the same four options. And the Manager checks the record and make the correct security status of the employee as per the records. Say that choice is Option B.
So what I am trying to do is:
- When the Manager makes their selection (in this case, Option B) I want to change the value of the Employees dropdown also to Option B instead of the Option C that they have picked. I know how to do that, no problem. And I can disable the field so that the employee cannot change it back to Option B.
The problem is the font in that disabled field. Now it is barely readable. Is there anyway I can change the format?