Hi ,I have disabled text field in my phone gap application,the text in the disabled text field is not readable/not visible in the ipad .How to increase the visibility of that text ? Can anyone please help me to how to give the css for this disabled field?
The CSS for disabled input fields is:
.webix_view.webix_control .webix_disabled_box input{
background: #eee;
color:#aaa;
}
You can modify it according to your needs: http://webix.com/snippet/7a681147
Thank you Helga.
This is not working in iPad.How to resolve this ?
You can increase the text color visiblity even more
Thank you Maksim