commit | 1eab8c9afe99ad9df6cd8fc3dced3917183cd944 | [log] [tgz] |
---|---|---|
author | Zachary Heilbron <zheilbron@gmail.com> | Mon Mar 10 13:57:00 2014 -0700 |
committer | Zachary Heilbron <zheilbron@gmail.com> | Mon Mar 10 13:57:00 2014 -0700 |
tree | 1e19d2cae648b5e7f0143ade841580471994e66a | |
parent | a16fb6f466e383a61bdc64ba846c924eaf3b1120 [diff] |
fix selection rect color
diff --git a/asterix-examples/src/main/resources/black-cherry/static/js/cherry.js b/asterix-examples/src/main/resources/black-cherry/static/js/cherry.js index a400353..c7a60c6 100755 --- a/asterix-examples/src/main/resources/black-cherry/static/js/cherry.js +++ b/asterix-examples/src/main/resources/black-cherry/static/js/cherry.js
@@ -96,8 +96,8 @@ strokeWeight: 1, clickable: false, editable: true, - strokeColor: "2b3f8c", - fillColor: "2b3f8c", + strokeColor: "#2b3f8c", + fillColor: "#2b3f8c", zIndex: 1 } });