fix(console) remove outline on focus

This commit is contained in:
coderaiser 2013-06-26 11:57:33 +00:00
parent 59675a2c6a
commit fc45593d47
2 changed files with 6 additions and 3 deletions

View file

@ -82,6 +82,8 @@ getJSONfromFileTable.
* feature(console) jquery-terminal -> jq-console
* fix(console) remove outline on focus
2012.04.22, v0.2.0

View file

@ -104,11 +104,12 @@ var CloudCmd, Util, DOM, CloudFunc, $;
Images.hideLoad();
})
.cssSet({id:'view-css',
inner : '#view{' +
inner : '#view{' +
'font-size: 16px;' +
'white-space :pre' +
'white-space :pre;' +
'outline: 0;' +
'}' +
'#view::selection{' +
'#view::selection{' +
/*
'background: #fe57a1;'
'color: #fff;'