I want to make my custom admin generator actions have the same CSS as the built-in ones so my entire backend app has a consistent look and feel. Preferably, I could do this globally rather than applying the style to each of my custom actions individually.
For example, if I create a new action foo in a module bar, then I go to myapp.com/frontend_dev.php/backend/bar/foo, the page I see is completely unstyled even though bar/index, bar/new and all the other default actions are styled the way I would expect. I want it to share the styles of the rest of the admin-generated pages.
Does anyone know how to do this?
(I'm using symfony 1.4 and Doctrine.)