Merge pull request #4766 from MrPetovan/task/4721-group-button-color

[frio] Add color to group membership action buttons
This commit is contained in:
Michael Vogel 2018-04-07 08:25:16 +02:00 committed by GitHub
commit 8cabfdde76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}