[frio] Add color to group membership action buttons
This commit is contained in:
parent
59d42e9681
commit
60f3a6aac0
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue