Html – Change selected option color of bootstrap-select (selectpicker)

csshtmltwitter-bootstrap

I can't get the color of the selected option in a bootstrap-select to change.. I think this is something real simple, but I tried different things but I can't get it to change.

Best Answer

select option[selected]{
    background-color: xxx
}