subdue archived connections in mod/connections

This commit is contained in:
friendica
2014-04-06 22:21:51 -07:00
parent 68296bb857
commit 7d429b2894
3 changed files with 6 additions and 2 deletions

View File

@@ -1651,6 +1651,10 @@ header {
.contact-block-content {
margin-top: 8px;
}
.contact-block-img.archived {
opacity: 0.3;
filter:alpha(opacity=30);
}
.profile-match-connect { margin-top: 5px; }