You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/11/24 22:12:59 UTC

[09/44] git commit: [flex-sdk] [refs/heads/develop] - Add a global style for ios7 with basic entries

Add a global style for ios7 with basic entries


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

Branch: refs/heads/develop
Commit: aab543fc34b1f67b234a84bda1320c27c2c32b62
Parents: 6c30313
Author: OmPrakash Muppirala <bi...@gmail.com>
Authored: Thu Oct 2 17:13:43 2014 -0700
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Thu Oct 2 17:13:43 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/aab543fc/frameworks/projects/mobiletheme/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/defaults.css b/frameworks/projects/mobiletheme/defaults.css
index 4172f6e..9a4c15b 100644
--- a/frameworks/projects/mobiletheme/defaults.css
+++ b/frameworks/projects/mobiletheme/defaults.css
@@ -978,10 +978,21 @@ requires new os-version selector (cf FLEX-FLEX-33949)
 
 @media (os-platform:"IOS") AND (min-os-version: 7)
 {
+
+	global
+	{
+		fontFamily: RobotoRegular;
+		fontWeight: "normal";
+		fontSize: 24;
+		color: #007AFF;
+		textShadowColor: #FFFFFF;
+		textShadowAlpha: 0;
+	}
 	
 	Button
 	{
 		skinClass: ClassReference("spark.skins.ios7.ButtonSkin");
+		fontFamily: RobotoBold;
 	}
 	
 }