I’m currently working on admin panel for my project, and wondering how can I create input form, what would change its background color when user edited text in it. I need it in big tables to see what cells was edited. May be it must be some javascripts or just pure css/html
thanks for your help
Example of your form:
You can use focus selector in css if you want to see the actual input edit
DEMO
in your CSS:
Or if you want to see all your input edit you can try with jquery like this:
DEMO