And insert code:
Code:
if (isIE) { addIEGlossy(); } else { addGlossy(); }
in "clientscript/vbulletin_quick_edit.js" after
Code:
else
{
vB_QuickEditor.restore(vB_QuickEditor.ajax.fetch_data(fetch_tags(AJAX.responseXML, 'postbit')[0]), 'tableobj');
PostBit_Init(fetch_object('post' + vB_QuickEditor.postid), vB_QuickEditor.postid);
and in "clientscript/vbulletin_quick_reply.js" after
Code:
PostBit_Init(postbit, postbits[i].getAttribute('postid'));
}
if you want to keep glossy-effect in "quick-edited" and "qucik-added" posts.