On Fri, Mar 08, 2013 at 12:16:48AM +0100, Maciej Dobrzanski wrote:
> For larger customizations or if you wish to use version control, you may use
> a callback instead. To do this, create
> RT4/local/html/Callbacks/MyCallbacks/NoAuth/css/aileron/main.css/End with
> just one line:
> 
> @import "customizations.css";
> 
> Then create RT4/local/html/NoAuth/css/aileron/customizations.css and put
> into this file any styles that you want to add or modify.

If your styles are theme independent you can also avoid the callback
and just use configuration.

Set(@CSSFiles, qw/customizations.css/);
put your file in local/html/NoAuth/css/customizations.css

More documentation here
http://bestpractical.com/rt/docs/latest/customizing/styling_rt.html

-kevin

Attachment: pgpzvzUQUBIm7.pgp
Description: PGP signature


-- 
RT training in Amsterdam, March 20-21: 
http://bestpractical.com/services/training.html

Help improve RT by taking our user survey: 
https://www.surveymonkey.com/s/N23JW9T

Reply via email to