From ae7874467d7430127666ccc658080c0d4867b15c Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 28 Jun 2012 12:48:22 +0530 Subject: [PATCH] remove default border on text boxes --- edgware/static/js/editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edgware/static/js/editor.js b/edgware/static/js/editor.js index cbbcf18..d4ef88d 100644 --- a/edgware/static/js/editor.js +++ b/edgware/static/js/editor.js @@ -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',