carlosrovira commented on issue #449: [QUESTION] "style" property, background not changing URL: https://github.com/apache/royale-asjs/issues/449#issuecomment-520225138 @angelhdz in the other hand to work-around this issue you can add CSS rule at MXML level or in a CSS external file: ```as3 <fx:Style> .jewel.button.mybtn { background: #000; color: #f00; opacity: 0.5; } </fx:Style> <j:Button text="Black Button" className="mybtn"/> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
