diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-14 18:42:51 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-29 13:42:17 +0200 |
commit | ee46faff1a49751dc2ee42729ccc4bb414b3d40d (patch) | |
tree | 1df8bed6066c37add62544757e95de9befbb4fc8 /view/theme | |
parent | fa629841bd2fd150531a5494504a24b13a0c4503 (diff) | |
download | volse-hubzilla-ee46faff1a49751dc2ee42729ccc4bb414b3d40d.tar.gz volse-hubzilla-ee46faff1a49751dc2ee42729ccc4bb414b3d40d.tar.bz2 volse-hubzilla-ee46faff1a49751dc2ee42729ccc4bb414b3d40d.zip |
dim class was un-themed
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d5edc6902..156df07ff 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -802,7 +802,7 @@ div.jGrowl div.jGrowl-notification { .contact-block-content { margin-top: 10px; } -.contact-block-img.archived, .app-deleted { +.contact-block-img.archived, .app-deleted, .dim { opacity: 0.3; filter:alpha(opacity=30); } |