[frio] Add color to group membership action buttons
This commit is contained in:
parent
59d42e9681
commit
60f3a6aac0
1 changed files with 4 additions and 0 deletions
|
@ -2288,6 +2288,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
|
||||||
.group-actions a {
|
.group-actions a {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact-group-actions .fa-times-circle { color: #D00000;}
|
||||||
|
.contact-group-actions .fa-plus-circle { color: #008000;}
|
||||||
|
|
||||||
#group-edit-wrapper {
|
#group-edit-wrapper {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue