Missing style def in flash media query for DataGrid.
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/16c4fea0 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/16c4fea0 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/16c4fea0 Branch: refs/heads/develop Commit: 16c4fea0a6c5e064708d64692803021fd25987b7 Parents: 7ffe9dd Author: Peter Ent <[email protected]> Authored: Thu Apr 27 10:07:27 2017 -0400 Committer: Peter Ent <[email protected]> Committed: Thu Apr 27 10:07:27 2017 -0400 ---------------------------------------------------------------------- frameworks/projects/Basic/src/main/resources/defaults.css | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/16c4fea0/frameworks/projects/Basic/src/main/resources/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css b/frameworks/projects/Basic/src/main/resources/defaults.css index 6617124..be9a3bd 100644 --- a/frameworks/projects/Basic/src/main/resources/defaults.css +++ b/frameworks/projects/Basic/src/main/resources/defaults.css @@ -649,6 +649,11 @@ global IBackgroundBead: ClassReference('org.apache.flex.html.beads.SolidBackgroundBead'); } + DataGrid { + IBackgroundBead: ClassReference("org.apache.flex.html.beads.SolidBackgroundBead"); + IBorderBead: ClassReference("org.apache.flex.html.beads.SingleLineBorderBead"); + } + DataContainer { IBackgroundBead: ClassReference("org.apache.flex.html.beads.SolidBackgroundBead"); IBorderBead: ClassReference("org.apache.flex.html.beads.SingleLineBorderBead");
