NileshPatel17 / ng-multiselect-dropdown

Multiple Select Dropdown Component
https://nileshpatel17.github.io/ng-multiselect-dropdown/
326 stars 287 forks source link

Cant able to change css for this select statement #64

Open girish26 opened 6 years ago

girish26 commented 6 years ago

I have tried out css change for not worked for me, need help

:host >>> ng-multiselect-dropdown >>> .multiselect-dropdown[_ngcontent-c7] { background:red; }

how can i change background color for select box.

saiavinashch commented 6 years ago

.dropdown-btn{ background-color: red; } This will only change he background color of the select box but not of the selected items. As the color of the selected item property is something tat is already provided.

P.S Currently ng-multiselect-dropdown doesn't support overriding the css properties. You can only update the css properties which are not written in the source code.