This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 0271a9a74e44eb2b5460464aa87f5e8a5ee1b05b Author: Alex Harui <[email protected]> AuthorDate: Wed Feb 21 17:25:46 2018 -0800 need more typeselectors to get default font in most places. We don't really want to inherit a font family from application in case other component sets are being mixed in --- frameworks/themes/Basic/basic.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frameworks/themes/Basic/basic.css b/frameworks/themes/Basic/basic.css index 05f06cb..5b5d3ee 100644 --- a/frameworks/themes/Basic/basic.css +++ b/frameworks/themes/Basic/basic.css @@ -36,3 +36,15 @@ RadioButton font-size: 12px; font-family: sans-serif; } + +StringItemRenderer +{ + font-size: 12px; + font-family: sans-serif; +} + +MXMLItemRenderer +{ + font-size: 12px; + font-family: sans-serif; +} \ No newline at end of file -- To stop receiving notification emails like this one, please contact [email protected].
