mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(console) remove outline on focus
This commit is contained in:
parent
59675a2c6a
commit
fc45593d47
2 changed files with 6 additions and 3 deletions
|
|
@ -82,6 +82,8 @@ getJSONfromFileTable.
|
|||
|
||||
* feature(console) jquery-terminal -> jq-console
|
||||
|
||||
* fix(console) remove outline on focus
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -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;'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue