remove default border on text boxes
This commit is contained in:
parent
d8032fdb2e
commit
ae7874467d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue