Repository: flex-sdk Updated Branches: refs/heads/develop 1c472e20e -> bb8ac7c01
Fixes most (not all) SpinnerList failures in the mobile Mustella suite Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/764cdb62 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/764cdb62 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/764cdb62 Branch: refs/heads/develop Commit: 764cdb623007fdb4d67ff75c8beb7c87b3179055 Parents: 1c472e2 Author: Erik de Bruin <[email protected]> Authored: Wed Jan 7 13:03:53 2015 +0100 Committer: Erik de Bruin <[email protected]> Committed: Thu Jan 8 10:34:47 2015 +0100 ---------------------------------------------------------------------- frameworks/projects/mobiletheme/defaults.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/764cdb62/frameworks/projects/mobiletheme/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/mobiletheme/defaults.css b/frameworks/projects/mobiletheme/defaults.css index b6f425e..fd86fae 100644 --- a/frameworks/projects/mobiletheme/defaults.css +++ b/frameworks/projects/mobiletheme/defaults.css @@ -269,7 +269,7 @@ SpinnerList { skinClass: ClassReference("spark.skins.mobile.SpinnerListSkin"); color: #000000; - accentColor: #0099FF; + accentColor: #000000; } SpinnerListContainer
