Commit 102605b50a0c6c13ef32988292de9b040ebafbb3
1 parent
15bf0b7e
Exists in
master
and in
29 other branches
[comments-refactor-review] Avoiding comment_form background color change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/designs/themes/base/style.css
@@ -1016,7 +1016,7 @@ hr.pre-posts, hr.sep-posts { | @@ -1016,7 +1016,7 @@ hr.pre-posts, hr.sep-posts { | ||
1016 | 1016 | ||
1017 | .post_comment_box.opened { | 1017 | .post_comment_box.opened { |
1018 | border: none; | 1018 | border: none; |
1019 | - background: #FFF; | 1019 | + background: transparent; |
1020 | } | 1020 | } |
1021 | 1021 | ||
1022 | 1022 |