Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionIs there any cheat sheet or something similar that shows me all the Flex 4 CSS styles available?
Thank you
http://opensource.adobe.com/wiki/display/flexsdk/More+Styles+for+Spark+Skins
Have you ever tried using the defaults.css in your sdk folder of you flash builder install folder?
Should be under /sdks/4.0.0/frameworks/projects/framework
Just reading through and searching this file is the fastest way (for me, at least) to find out how the component is getting styled by default, and what to change for custom styles when skinning.
It is specific to the component you're trying to style. So, I'd check out the ASDocs of the component in question.
精彩评论