Talk:CustomizingWithCallbacks

From Request Tracker Wiki
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?