Is it possible to style a Flex component differently using CSS based on its parent container without having to specify different styleNames?
For example, I would like to style the LinkButton class differently depending on it being contained in a Panel's bottom control bar versus the Panel's main content area. Many thanks! TommyB

