When Dropdown is opened - I want to change default color of it. I want to change border color and background using css.
This worked for me, too:
.dropdown-toggle[aria-expanded="true"] { background:#FFF !important; color:#000 !important; }