angularjs-dropdown-multiselect
angularjs-dropdown-multiselect copied to clipboard
Background colour of "Disabled " option
Hi,
I want to make the background colour of disabled option as "gray". How can i achieve this ? i am using angular 1.5. Please let me know , this is urgent.
.dropdown-multiselect li>a[disabled] { cursor: not-allowed; color: #d8d8d8; }