From 7d429b28940848cbf0cdf397ed664a594b28d994 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 22:21:51 -0700 Subject: subdue archived connections in mod/connections --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0788775e7..fd8033928 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; } -- cgit v1.2.3