diff options
author | friendica <info@friendica.com> | 2012-01-26 20:32:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-26 20:32:05 -0800 |
commit | f1f480c2bfe338fbf3de566f131855683631257d (patch) | |
tree | 876915cfe2e0bc231712ea446879d66ca71d68f3 | |
parent | 068cb53a9ea44cf276c6b0e39ef92182b883d5fa (diff) | |
download | volse-hubzilla-f1f480c2bfe338fbf3de566f131855683631257d.tar.gz volse-hubzilla-f1f480c2bfe338fbf3de566f131855683631257d.tar.bz2 volse-hubzilla-f1f480c2bfe338fbf3de566f131855683631257d.zip |
slackr -> wall-to-wall comment form background different than regular comment
-rwxr-xr-x | view/theme/slackr/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index e6589cfae..ed3b413fb 100755 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -19,7 +19,7 @@ background: #EEEEEE; } -.comment-edit-wrapper { +.comment-edit-wrapper, .comment-wwedit-wrapper { background: #ffffff !important; } |