Commit fb1663352e2eeb30cf79d1730c4b0c77d9e18f17
Exists in
master
and in
9 other branches
Add opacity comment adjusts from diguliu
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
style.css
@@ -868,6 +868,16 @@ p { | @@ -868,6 +868,16 @@ p { | ||
868 | min-height: 100%; | 868 | min-height: 100%; |
869 | } | 869 | } |
870 | 870 | ||
871 | +/* This is a temporary solution until noosfero deals with logged-out comments in a better manner. */ | ||
872 | +.comment-replies .comment-logged-out .comment-text, .comment-logged-out .comment-picture, .comment-logged-out h4 { | ||
873 | + opacity: 1.0; | ||
874 | +} | ||
875 | + | ||
876 | +.comment-logged-out .comment-text, .comment-info { | ||
877 | + color: black; | ||
878 | +} | ||
879 | +/**/ | ||
880 | + | ||
871 | /*btn comentários*/ | 881 | /*btn comentários*/ |
872 | 882 | ||
873 | #content .blog-post .short-post .read-more a{ | 883 | #content .blog-post .short-post .read-more a{ |