From 102605b50a0c6c13ef32988292de9b040ebafbb3 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Fri, 12 Jul 2013 21:32:16 -0300 Subject: [PATCH] [comments-refactor-review] Avoiding comment_form background color change --- public/designs/themes/base/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/designs/themes/base/style.css b/public/designs/themes/base/style.css index 83a836f..fd6c39b 100644 --- a/public/designs/themes/base/style.css +++ b/public/designs/themes/base/style.css @@ -1016,7 +1016,7 @@ hr.pre-posts, hr.sep-posts { .post_comment_box.opened { border: none; - background: #FFF; + background: transparent; } -- libgit2 0.21.2