bring back opacity for archived contacts
This commit is contained in:
parent
e2b79c34bc
commit
9f9fdc1434
@ -11,3 +11,8 @@
|
|||||||
border-top-right-radius: 0px;
|
border-top-right-radius: 0px;
|
||||||
border-bottom-right-radius: 0px;
|
border-bottom-right-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.directory-photo-img.archived {
|
||||||
|
opacity: 0.3;
|
||||||
|
filter:alpha(opacity=30);
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user