diff --git a/ChangeLog b/ChangeLog index 392b18d8..065af45e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -82,6 +82,8 @@ getJSONfromFileTable. * feature(console) jquery-terminal -> jq-console +* fix(console) remove outline on focus + 2012.04.22, v0.2.0 diff --git a/lib/client/view.js b/lib/client/view.js index 4f1a1e41..3706c72d 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -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;'