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',
|
'height': '300px',
|
||||||
'width': '300px',
|
'width': '300px',
|
||||||
'background-color': '#ffffff',
|
'background-color': '#ffffff',
|
||||||
'border-style': 'dotted',
|
'border-style': 'solid',
|
||||||
'border-width': '1px',
|
'border-width': '0px',
|
||||||
'border-color': '#000000',
|
'border-color': '#000000',
|
||||||
'top': '100px',
|
'top': '100px',
|
||||||
'left': '100px',
|
'left': '100px',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user