From 0bf6e385f427c1a3cf698365ef277b02725f9e7f Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Sun, 30 Aug 2015 18:31:51 -0300 Subject: [PATCH] Adjusts on button general style and adding temporary solution to comments opacity --- css/main-content.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/main-content.css b/css/main-content.css index ad26589..c89ca0d 100644 --- a/css/main-content.css +++ b/css/main-content.css @@ -110,8 +110,19 @@ #content a.button:hover, #content #article-actions a.button.with-text:hover, #content input.button.with-text:hover{ - background: #3E67B1 none; + background-color: #3E67B1; color: #FFF; } +/* 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; +} +/**/ -- libgit2 0.21.2