jquery-flexdatalist
jquery-flexdatalist copied to clipboard
Disabled field background color
Hi, How can I change the disabled fields color?
Without looking into the details of the plugin, it should be possible to do it by CSS directly or grab the attribute changes by jQuery and do it then. Good luck!
CSS Inspiration: .flexdatalist[disabled] { background-color: yellow; }