NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Robert Iliuta on August 26, 2014, 03:02:37 AM

Title: change background and color prompt for required fields
Post by: Robert Iliuta on August 26, 2014, 03:02:37 AM
Hallo,


Is there any way to change the background and color of a prompt when you try validate the record and you have some required fields?
Now the comments become red or if you have no comments it will show a small red cube. I would like to make red the prompt not the comment. Can I change some how this?

Thank you,
Robert
Title: Re: change background and color prompt for required fields
Post by: terryd on August 26, 2014, 08:02:09 AM
Hi Robert
I colour the entry field instead
in the comment field I put '' so no comment is generated
and in my customer css file I have
.nt-entry-required {
 background-color: silver;
}

change colour to flavour.