Repository: flex-sdk Updated Branches: refs/heads/iso7skins 404f5b57a -> 41d53e4cd
ios7+ skin for SplitViewNavigator Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8a779fa5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8a779fa5 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8a779fa5 Branch: refs/heads/iso7skins Commit: 8a779fa52f86a4df526130910ff961c6f1600559 Parents: 404f5b5 Author: OmPrakash Muppirala <[email protected]> Authored: Wed Nov 19 12:00:43 2014 -0800 Committer: OmPrakash Muppirala <[email protected]> Committed: Wed Nov 19 12:00:43 2014 -0800 ---------------------------------------------------------------------- frameworks/projects/mobiletheme/defaults.css | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8a779fa5/frameworks/projects/mobiletheme/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/mobiletheme/defaults.css b/frameworks/projects/mobiletheme/defaults.css index c5f34de..5ac5cb6 100644 --- a/frameworks/projects/mobiletheme/defaults.css +++ b/frameworks/projects/mobiletheme/defaults.css @@ -1110,6 +1110,11 @@ global paddingRight : 6; } + SplitViewNavigator + { + backgroundColor: #FFFFFF; + } + TabbedViewNavigator #tabBar { fontFamily: RobotoRegular;
