Skip to content

Commit

Permalink
feat: recipient selection mouse highlight (#5927)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanmo226 authored Feb 7, 2025
1 parent a27be4b commit 26cf003
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extension/css/cryptup.css
Original file line number Diff line number Diff line change
Expand Up @@ -2675,6 +2675,10 @@ div#contacts .select_contact .select_contact_email {
text-overflow: ellipsis;
}

div#contacts .select_contact:hover {
background: #eee;
}

div#contacts ul li img,
div#contacts div.allow-google-contact-search img {
padding-left: 6px;
Expand Down

0 comments on commit 26cf003

Please sign in to comment.