Ok, got a app here that has a style sheet attached at compile time. It sets Panel.header-colors in this style sheet. At runtime I load a compiled css file into the app via the StyleManager that has a Panel.border-skin set. Because of the previous header-colors setting, the border-skin is not showing. How can I add a border-skin once the border-colors are set?
Thanks! PostScript: I know I can play the unload style sheet game at runtime then load in the new one, but that is not a viable solution, lots of other goodness in this first style sheet. -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?

