I have various CSS elements in EXTRA.css that would be unnecessary to load on every page.
By default XenForo only loads the CSS it needs to render the particular page (attachment, title_prefix_edit, etc.)
How could I achieve the same thing only editing EXTRA.css?
For example, the following (from my EXTRA.css) is only required on the thread_reply page, nowhere else.
By default XenForo only loads the CSS it needs to render the particular page (attachment, title_prefix_edit, etc.)
How could I achieve the same thing only editing EXTRA.css?
For example, the following (from my EXTRA.css) is only required on the thread_reply page, nowhere else.
Code:
/* thread_reply */
.thread_reply .xenForm .ctrlUnit.surplusLabel
{
margin-top: 0px !important;
}