Repository: flex-sdk
Updated Branches:
  refs/heads/release4.14.0 91d8cfa31 -> 9190cd4d3


In legacy mobile skin for SpinnerList (and hence DateSpinner) make accent color 
same as default color.  This should fix the breaking Mustella tests for 
SpinnerList and DateSpinner


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/9190cd4d
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/9190cd4d
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/9190cd4d

Branch: refs/heads/release4.14.0
Commit: 9190cd4d3402d8ce32be92fcc964eec8b418f3bc
Parents: 91d8cfa
Author: OmPrakash Muppirala <[email protected]>
Authored: Mon Dec 22 12:16:43 2014 -0800
Committer: OmPrakash Muppirala <[email protected]>
Committed: Mon Dec 22 12:16:43 2014 -0800

----------------------------------------------------------------------
 frameworks/projects/mobiletheme/defaults.css | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9190cd4d/frameworks/projects/mobiletheme/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/defaults.css 
b/frameworks/projects/mobiletheme/defaults.css
index 6264f08..2a3dd6b 100644
--- a/frameworks/projects/mobiletheme/defaults.css
+++ b/frameworks/projects/mobiletheme/defaults.css
@@ -268,6 +268,8 @@ SkinnableTextBase:disabledWithPrompt
 SpinnerList
 {
        skinClass: ClassReference("spark.skins.mobile.SpinnerListSkin");
+       color: #000000;
+       accentColor: #000000;
 }
 
 SpinnerListContainer

Reply via email to