diff --git a/contrib/js/backlink.js b/contrib/js/backlink.js index fc5855a..271dfda 100644 --- a/contrib/js/backlink.js +++ b/contrib/js/backlink.js @@ -45,7 +45,6 @@ function DynReply(existingElem) { var elem = document.createElement("div"); elem.setAttribute("id", "postform-container"); - elem.setAttribute("class", "postform-inner"); this.elem = elem; // build post form this.form = document.createElement("form"); diff --git a/contrib/static/nntpchan.js b/contrib/static/nntpchan.js index 2873e38..117e4b7 100644 --- a/contrib/static/nntpchan.js +++ b/contrib/static/nntpchan.js @@ -16,7 +16,7 @@ return dynreply;} function table_insert_row(table,header,items){var tr=document.createElement("tr");var th=document.createElement("th");th.appendChild(header);tr.appendChild(th);for(var idx=0;idxtr, th { +.postform > tr, th { background: #98E; font-size: 10pt; text-align: left; @@ -110,7 +110,7 @@ table tbody tr:nth-of-type( even ) { } -#postform-inner tr { +#postform_container > tr { background-color: transparent!important; }