I have the following problem and wondering whether you guys can help me. I have intergrated a third-party flex component in my Flex application but the component inherits the app style I have defined in a css and included in the root node as good practices suggest. I need lo leave alone the component' style otherwise the buttons inside such component will look bad.
I tried to override the style/skin inside the parent container using setStyle without success. Basically it would be enough if I can override the s|Button style I have defined in the css file.
How can I achieve this?
Thanks in advance Best Regards