Text box style

0
Hi, I have a few read only text boxes on my mobile & tablet app. I would like the text box filled with the read only text to be grey as it often is when its read only. When running the app locally the text boxes appear the same colour as the page background. How do i edit this using the style area of the common tab. I had tried background-color: but obviously this changes the entire box grey (including the label). I do not want the background of the label to be grey. This may well be an obvious question but its kept me looking for a while and some advice would be great. Thanks Christina
asked
1 answers
0

Have you tried to set the style to color:#808080; ? You could also create a class for this in your custom styling so you can set this class on each read only element where you want this.

Regards,

Ronald

answered