Fix for issue #13403 [Frio] Optical assignment of a contact to a circle not/hardly distinguishable
pull/13742/head
Hypolite Petovan 2023-12-17 21:17:50 -05:00 zatwierdzone przez GitHub
commit 3cfe7d61fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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;

Wyświetl plik

@ -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"}}