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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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?