mirror of
https://github.com/friendica/friendica
synced 2024-11-17 23:03:41 +00:00
Merge pull request #13734 from Raroun/Fix-for-Issue-#13403
Fix for issue #13403 [Frio] Optical assignment of a contact to a circle not/hardly distinguishable
This commit is contained in:
commit
3cfe7d61fc
2 changed files with 2 additions and 2 deletions
|
@ -2655,7 +2655,7 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
|
|||
}
|
||||
#circle-update-wrapper .viewcontact_wrapper .contact-circle-link {
|
||||
opacity: 0.8;
|
||||
font-size: 20px;
|
||||
font-size: 15px;
|
||||
}
|
||||
#circle-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
|
||||
opacity: 1;
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
{{* The button to add or remove contacts from a contact group - group edit page *}}
|
||||
{{if $contact.change_member}}
|
||||
<div class="contact-group-actions pull-right nav-pills preferences">
|
||||
<button type="button" class="contact-action-link btn contact-group-link btn-default" onclick="circleChangeMember({{$contact.change_member.gid}},{{$contact.change_member.cid}},'{{$contact.change_member.sec_token}}'); return true;" data-toggle="tooltip" title="{{$contact.change_member.title}}">
|
||||
<button type="button" class="contact-action-link btn contact-group-link btn-default contact-circle-actions contact-circle-link" onclick="circleChangeMember({{$contact.change_member.gid}},{{$contact.change_member.cid}},'{{$contact.change_member.sec_token}}'); return true;" data-toggle="tooltip" title="{{$contact.change_member.title}}">
|
||||
{{if $contact.label == "members"}}
|
||||
<i class="fa fa-times-circle" aria-hidden="true"></i>
|
||||
{{elseif $contact.label == "contacts"}}
|
||||
|
|
Loading…
Reference in a new issue