jquery-flexdatalist icon indicating copy to clipboard operation
jquery-flexdatalist copied to clipboard

Disabled field background color

Open vladk999 opened this issue 7 years ago • 1 comments

Hi, How can I change the disabled fields color?

vladk999 avatar Nov 15 '17 06:11 vladk999

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; }

Elodrin avatar Dec 18 '17 00:12 Elodrin