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:13:14 UTC

[24/44] git commit: [flex-sdk] [refs/heads/develop] - Make fonts and font colors uniform

Make fonts and font colors uniform


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

Branch: refs/heads/develop
Commit: 98e59225320bbcd5e56071575004e962cc6a8386
Parents: 73b0af2
Author: OmPrakash Muppirala <bi...@gmail.com>
Authored: Fri Oct 31 13:20:18 2014 -0700
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Fri Oct 31 13:20:18 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/98e59225/frameworks/projects/mobiletheme/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/defaults.css b/frameworks/projects/mobiletheme/defaults.css
index 5d69408..1c59a72 100644
--- a/frameworks/projects/mobiletheme/defaults.css
+++ b/frameworks/projects/mobiletheme/defaults.css
@@ -965,14 +965,15 @@ global
 	{
 		color: #007AFF;
 		fontSize: 24;
-		fontFamily: RobotoBold;
+		fontFamily: RobotoRegular;
+		fontWeight: normal;
 	}
 	
 	ActionBar ButtonBase
 	{
 		color: #007AFF;
-		fontFamily: RobotoBold;
-		fontWeight: bold;
+		fontFamily: RobotoRegular;
+		fontWeight: normal;
 	}
 	
 	ActionBar Group#actionGroup Button
@@ -983,7 +984,8 @@ global
 	Button
 	{
 		skinClass: ClassReference("spark.skins.ios7.ButtonSkin");
-		fontFamily: RobotoBold;
+		fontFamily: RobotoRegular;
+		fontWeight: normal;
 	}
 	
 	Button.emphasized
@@ -994,8 +996,8 @@ global
 	ButtonBar
 	{
 		skinClass: ClassReference("spark.skins.ios7.ButtonBarSkin");
-		fontFamily: RobotoBold;
-		fontWeight: "bold";
+		fontFamily: RobotoRegular;
+		fontWeight: normal;
 	}
 	
 	Callout
@@ -1040,7 +1042,6 @@ global
 	CheckBox
 	{
 		chromeColor: #FFFFFF;
-		color: #000000;
 		skinClass: ClassReference("spark.skins.ios7.CheckBoxSkin");
 	}
 	
@@ -1083,8 +1084,9 @@ global
 	TabbedViewNavigator #tabBar
 	{
 		fontFamily: RobotoRegular;
-		chromeColor: #484848;
-		color: #000000;
+		chromeColor: #FFFFFF;
+		color: #007AFF;
+		highlightTextColor: #FFFFFF;
 		fontSize: 20;
 		fontWeight: normal;
 		iconPlacement: top;