From 61ca1af7d79121304c35ad7c6571513534f204cc Mon Sep 17 00:00:00 2001 From: foockinho Date: Sat, 6 Oct 2012 04:24:00 +0200 Subject: changed background color of comments and deleted border of elgg-output inside comments --- views/default/css/elements/components.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 7f74090..d992764 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -205,7 +205,7 @@ margin-top: 3px; .elgg-river-comments-tab { display: block; - background-color: #DDD; + background-color: #f7f7f7; color: #444; margin-top: 5px; width: auto; @@ -222,7 +222,7 @@ margin-top: 3px; .elgg-river-comments { margin: 0; - background-color: #DDD; + background-color: #f7f7f7; border-top: none; border-right: solid 1px #BBB; border-bottom: solid 1px #BBB; @@ -234,6 +234,12 @@ margin-top: 3px; border-radius: 3px; border-top-right-radius: 0; } + +.elgg-river-comments .elgg-output { + border: none; + +} + .elgg-river-comments li:first-child { -webkit-border-radius: 5px 0 0; -moz-border-radius: 5px 0 0; -- cgit v1.2.3