diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-14 18:42:51 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-14 18:42:51 -0700 |
commit | e891380ed571082612859554fb8fa805dc822b1a (patch) | |
tree | 51e8289a91f354b925a31b37b1a66d47c2cbe041 /view/theme/redbasic | |
parent | 2c73b457ef0943d46804480a0aa016f64c11edbf (diff) | |
download | volse-hubzilla-e891380ed571082612859554fb8fa805dc822b1a.tar.gz volse-hubzilla-e891380ed571082612859554fb8fa805dc822b1a.tar.bz2 volse-hubzilla-e891380ed571082612859554fb8fa805dc822b1a.zip |
dim class was un-themed
Diffstat (limited to 'view/theme/redbasic')
-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 c632dbc74..1c185a5d5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1104,7 +1104,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { .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); } |