Merge Request #4

Merged
softwarepublico/noosfero-spb-theme!4
Created by Rodrigo Souto

Comments opacity

Assignee: Melissa Wen
Milestone: None

Merged by Melissa Wen

Commits (1)
3 participants
style.css
... ... @@ -868,6 +868,16 @@ p {
868 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 881 /*btn comentários*/
872 882  
873 883 #content .blog-post .short-post .read-more a{
... ... @@ -3571,4 +3581,4 @@ input[type=checkbox] {
3571 3581 margin: auto;
3572 3582 padding: 2px;
3573 3583 width: 20px;
3574   -}
3575 3584 \ No newline at end of file
  3585 +}
... ...