[frio] Add color to group membership action buttons

This commit is contained in:
Hypolite Petovan 2018-04-06 23:54:32 -04:00
parent 59d42e9681
commit 60f3a6aac0
1 changed files with 4 additions and 0 deletions

View File

@ -2288,6 +2288,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
.group-actions a {
font-size: 18px;
}
.contact-group-actions .fa-times-circle { color: #D00000;}
.contact-group-actions .fa-plus-circle { color: #008000;}
#group-edit-wrapper {
display: none;
}