mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Merge pull request #4766 from MrPetovan/task/4721-group-button-color
[frio] Add color to group membership action buttons
This commit is contained in:
commit
8cabfdde76
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 {
|
||||
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