I'm interested in changing the default material blue color to say "green" in dropdown box. I am not able to find the div class responsible for this transition, any help much appreciated.
DEMO from materials Website
- Changing the border-bottom-color of the underline upon touch.
- Changing the border-bottom-color when the saved option is touched.
- Changing the color when dropdown is populated with saved data.
I was able to change the CSS element for form labels but md-select is being a nightmare. below snipped would change all the element color to defined one without default color transition ( black to blue ).
.md-text.ng-binding{
color: orangered;
}