remove default border on text boxes

This commit is contained in:
Sanj 2012-06-28 12:48:22 +05:30
parent d8032fdb2e
commit ae7874467d

View File

@ -561,8 +561,8 @@ TextBox.prototype.create = function(json) {
'height': '300px',
'width': '300px',
'background-color': '#ffffff',
'border-style': 'dotted',
'border-width': '1px',
'border-style': 'solid',
'border-width': '0px',
'border-color': '#000000',
'top': '100px',
'left': '100px',