better focus and blur

This commit is contained in:
Peter Cottle 2012-09-30 17:07:48 -07:00
parent 2866ff38bb
commit 529f69599b
4 changed files with 23 additions and 4 deletions

View file

@ -526,6 +526,7 @@ var VisNode = Backbone.Model.extend({
var text = paper.text(textPos.x, textPos.y, String(this.get('id')));
text.attr({
'font-size': 12,
'font-weight': 'bold',
'font-family': 'Monaco, Courier, font-monospace',
opacity: this.getOpacity()
});