bring back opacity for archived contacts

This commit is contained in:
Mario Vavti 2016-01-14 14:00:02 +01:00
parent e2b79c34bc
commit 9f9fdc1434

View File

@ -11,3 +11,8 @@
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.directory-photo-img.archived {
opacity: 0.3;
filter:alpha(opacity=30);
}