remove default border on text boxes
This commit is contained in:
parent
d8032fdb2e
commit
ae7874467d
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user