I think classes should work, but you may need to use /deep/ because of the view encapsulation.
Try this:
/deep/ md-select.your-class {
background-color: blue;
}
You can also play with theming.
I think classes should work, but you may need to use /deep/ because of the view encapsulation.
Try this:
/deep/ md-select.your-class {
background-color: blue;
}
You can also play with theming.