diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 7f85196..7f2666a 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -24,6 +24,7 @@ function table_insert_row(table, header, items) { function ReplyBox() { var elem = document.createElement("div"); this.elem = elem; + elem.setAttribute("class", "shadow shadow-box"); // reference elem = document.createElement("input"); elem.name = "reference";