The default color for the Modify text is dark grey. We currently have the following color definition for Modify in our custom.css file:

.actionTaken.modify_access{
color:#e49b0f;
}
.actionText.modify_access{
color:#e49b0f;
}

This makes the Modify text stand out much better than the dark grey color. It was something that our organization recognized and our users asked for.

Comments