I have noticed an issue with my text input fields. While they appear correctly on my PC browser, the color of the text does not change as intended when viewed on an iPad.
Currently, I am using the following style for disabled fields:
input[disabled='disabled']
{
color:#555;
}
However, it seems that the iPad is not recognizing this style.
Do you have any suggestions or ideas to resolve this problem? This issue is present across all disabled input text fields.