Commit 0bf6e385f427c1a3cf698365ef277b02725f9e7f
1 parent
651f2119
Exists in
master
and in
79 other branches
Adjusts on button general style and adding temporary solution to comments opacity
Showing
1 changed file
with
12 additions
and
1 deletions
Show diff stats
css/main-content.css
... | ... | @@ -110,8 +110,19 @@ |
110 | 110 | #content a.button:hover, |
111 | 111 | #content #article-actions a.button.with-text:hover, |
112 | 112 | #content input.button.with-text:hover{ |
113 | - background: #3E67B1 none; | |
113 | + background-color: #3E67B1; | |
114 | 114 | color: #FFF; |
115 | 115 | } |
116 | 116 | |
117 | +/* This is a temporary solution until noosfero deals with logged-out comments in a better manner. */ | |
118 | +.comment-replies .comment-logged-out .comment-text, | |
119 | +.comment-logged-out .comment-picture, | |
120 | +.comment-logged-out h4 { | |
121 | + opacity: 1.0; | |
122 | +} | |
117 | 123 | |
124 | +.comment-logged-out .comment-text, | |
125 | +.comment-info { | |
126 | + color: black; | |
127 | +} | |
128 | +/**/ | ... | ... |