diff --git a/style.css b/style.css index 60f9c5b..9963bfc 100644 --- a/style.css +++ b/style.css @@ -868,6 +868,16 @@ p { min-height: 100%; } +/* This is a temporary solution until noosfero deals with logged-out comments in a better manner. */ +.comment-replies .comment-logged-out .comment-text, .comment-logged-out .comment-picture, .comment-logged-out h4 { + opacity: 1.0; +} + +.comment-logged-out .comment-text, .comment-info { + color: black; +} +/**/ + /*btn comentários*/ #content .blog-post .short-post .read-more a{ @@ -3571,4 +3581,4 @@ input[type=checkbox] { margin: auto; padding: 2px; width: 20px; -} \ No newline at end of file +} -- libgit2 0.21.2