Talk:CustomizingWithCallbacks

From Request Tracker Wiki
Revision as of 10:40, 14 June 2016 by Admin (talk | contribs) (→‎Customizing CSS: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Customizing CSS

In older versions of RT there were callbacks in CSS-files as well.

Example: share/html/NoAuth/css/base/main.css:$m->callback(CallbackName => 'End');

But they seems to be gone in modern RT. How to add local addaitions to CSS without callbacks?