What is the CSS that allows me to change the highlight color of the field in focus?
Appnitro Software Forums » MachForm 2
Changing the Highlight Color of a Field
Started 2 years ago by MarioCipriano | 4 posts |
-
Posted 2 years ago #
-
Hi,
Try to search this style in your CSS form :
/**** Guidelines and Error Highlight ****/ #main_body form li.highlighted { background-color:#fff7c0; }then simply change "background-color" value with new color
MachForm Support
Posted 2 years ago # -
On that note.....since you have to know the Hex code for the colour (the Hex code is the #fff7c0; bit), this chart will probably help: http://html-color-codes.com/.
Remembering these codes is like memorizing the Periodic Table of Elements....not something you can learn overnight.
Posted 2 years ago # -
Thank you!
Posted 2 years ago #
Reply
You must log in to post.
