update example with new class selector name

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

Branch: refs/heads/release0.8.0
Commit: 0ae1768f1f2765fa4be047f85df131cc516b5cdf
Parents: 4eefe5e
Author: Alex Harui <aha...@apache.org>
Authored: Mon May 15 15:21:13 2017 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Tue May 16 09:47:40 2017 -0700

----------------------------------------------------------------------
 examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ae1768f/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml 
b/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml
index 3e4b3a9..2ad7e23 100644
--- a/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml
+++ b/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml
@@ -35,7 +35,7 @@ limitations under the License.
                @namespace js "library://ns.apache.org/flexjs/basic";
                
                /* These border lines currently show only on HTML */
-               .DataGridListArea .middle {
+               .opt_org-apache-flex-html-DataGrid_ListArea .middle {
                        border-left: solid 1px #333333;
                        border-right: solid 1px #333333;
                }

Reply via email to