diff options
author | friendica <info@friendica.com> | 2014-04-06 22:21:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-06 22:21:51 -0700 |
commit | 7d429b28940848cbf0cdf397ed664a594b28d994 (patch) | |
tree | 42e9b41849543edd1a267ceb9087b406511a4408 /view/theme/redbasic | |
parent | 68296bb85789b3fcf9ed5db79b0617e94bb897e6 (diff) | |
download | volse-hubzilla-7d429b28940848cbf0cdf397ed664a594b28d994.tar.gz volse-hubzilla-7d429b28940848cbf0cdf397ed664a594b28d994.tar.bz2 volse-hubzilla-7d429b28940848cbf0cdf397ed664a594b28d994.zip |
subdue archived connections in mod/connections
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |