Skip to content

Commit 26cf003

Browse files
author
Ioan Moldovan
authored
feat: recipient selection mouse highlight (#5927)
1 parent a27be4b commit 26cf003

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension/css/cryptup.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,6 +2675,10 @@ div#contacts .select_contact .select_contact_email {
26752675
text-overflow: ellipsis;
26762676
}
26772677

2678+
div#contacts .select_contact:hover {
2679+
background: #eee;
2680+
}
2681+
26782682
div#contacts ul li img,
26792683
div#contacts div.allow-google-contact-search img {
26802684
padding-left: 6px;

0 commit comments

Comments
 (0)