Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B5CEA17E68 for ; Wed, 7 Jan 2015 16:18:38 +0000 (UTC) Received: (qmail 93182 invoked by uid 500); 7 Jan 2015 16:18:39 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 93158 invoked by uid 500); 7 Jan 2015 16:18:39 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 93150 invoked by uid 99); 7 Jan 2015 16:18:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2015 16:18:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8E556A26AC0; Wed, 7 Jan 2015 16:18:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: erikdebruin@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-sdk] [refs/heads/release4.14.0] - Fix last 2 SpinnerList failures Date: Wed, 7 Jan 2015 16:18:39 +0000 (UTC) Repository: flex-sdk Updated Branches: refs/heads/release4.14.0 0e77bf498 -> c81e27134 Fix last 2 SpinnerList failures Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c81e2713 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c81e2713 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c81e2713 Branch: refs/heads/release4.14.0 Commit: c81e271342a37af0274af55fff4e4683fd19b904 Parents: 0e77bf4 Author: Erik de Bruin Authored: Wed Jan 7 17:18:20 2015 +0100 Committer: Erik de Bruin Committed: Wed Jan 7 17:18:20 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/c81e2713/frameworks/projects/mobiletheme/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/mobiletheme/defaults.css b/frameworks/projects/mobiletheme/defaults.css index fd86fae..dd8b8eb 100644 --- a/frameworks/projects/mobiletheme/defaults.css +++ b/frameworks/projects/mobiletheme/defaults.css @@ -268,7 +268,7 @@ SkinnableTextBase:disabledWithPrompt SpinnerList { skinClass: ClassReference("spark.skins.mobile.SpinnerListSkin"); - color: #000000; + /*color: #000000;*/ accentColor: #000000; }