use border-width instead of border-thickness

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

Branch: refs/heads/develop
Commit: 65846f45c931a2c296a603023685c7a0fd3dcff6
Parents: 1137622
Author: Alex Harui <[email protected]>
Authored: Fri Jan 9 07:41:58 2015 -0800
Committer: Alex Harui <[email protected]>
Committed: Fri Jan 9 08:09:48 2015 -0800

----------------------------------------------------------------------
 examples/FlexJSStore/src/beige.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/65846f45/examples/FlexJSStore/src/beige.css
----------------------------------------------------------------------
diff --git a/examples/FlexJSStore/src/beige.css 
b/examples/FlexJSStore/src/beige.css
index a5b23ba..764b49c 100755
--- a/examples/FlexJSStore/src/beige.css
+++ b/examples/FlexJSStore/src/beige.css
@@ -71,7 +71,7 @@ Application
 .colorPanel /* for the background of some surfaces */
 {
     borderStyle:            "solid";
-    borderThickness:        0;
+    borderWidth:        0;
     backgroundColor:           #BCB29F;
     backgroundAlpha:           0.4;
     color:                                     #170505;
@@ -161,6 +161,7 @@ Application
     headerColors:           #A65904, #E68701;
     borderAlpha:            1;
     borderColor:            #FFFFFF;
+    border-width: 1px;
     borderThicknessRight:   1;
     borderThicknessBottom:  1;
     paddingRight:           0;

Reply via email to