On Tue, Dec 15, 2015 at 3:16 PM, Ahmed M. <[email protected]> wrote: > One thing I could use some help on is customizing the box that has the > ticket mover button and combo box. ticketmover-sidebar.html doesn't have > any references to a css style sheet. there is a style sheet in > "C:\trac\hwtrac\htdocs\common\css\ticket-sidebar.css" but changing that > doesn't make any difference. Any thoughts on that? > > Ahmed >
The outer div has class "sidebar", so you could add rules to a custom stylesheet. http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance If needed, you could add classes to the ticket mover sidebar elements and submit a patch: https://trac-hacks.org/browser/ticketmoverplugin/trunk/ticketmoverplugin/templates/ticketmover-sidebar.html - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
