Skip to content

Commit

Permalink
fix(md-colors): allow setting colors for collection avatar, ref #277
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Sep 18, 2016
1 parent c4a366d commit 0daa331
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/colors/md-colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,20 @@
color: ${mdAccentColor};
}

md-collection .collection md-collection-item.collection-item.avatar i.circle.primary {
background-color: ${mdPrimaryColor};
}
md-collection .collection md-collection-item.collection-item.avatar i.circle.accent {
background-color: ${mdAccentColor};
}
md-collection .collection md-collection-item.collection-item.avatar i.circle.error {
background-color: ${mdErrorColor};
}
md-collection .collection md-collection-item.collection-item.avatar i.circle.success {
background-color: ${mdAccentColor};
}


/* datepicker */
.picker__date-display {
background-color: ${mdAccentColor};
Expand Down

0 comments on commit 0daa331

Please sign in to comment.