Skip to content

Commit

Permalink
Merge pull request #297 from civicrm/SHOR-77-fix-activities-overdue-c…
Browse files Browse the repository at this point in the history
…olor

SHOR-77: Increase specificity for .status-overdue color
  • Loading branch information
AkA84 authored Sep 13, 2018
2 parents 8e09bc9 + c6652c2 commit ff2062f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/custom-civicrm.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scss/civicrm/contact/_contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $page-class-name: str_slice($page-class, 2);
@import 'detail';
}

@import 'pages/activities';
@import 'pages/activity-search';
@import 'pages/new-individual';
@import 'pages/new-email';
Expand Down
7 changes: 7 additions & 0 deletions scss/civicrm/contact/pages/_activities.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.contact-activity-selector-activity {
.status-overdue {
td {
color: $brand-danger !important;
}
}
}

0 comments on commit ff2062f

Please sign in to comment.