mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
feature(edit) showMessage: ".msg" -> "#view .msg"
This commit is contained in:
parent
6995cf8ad6
commit
c1e771b618
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ var CloudCmd, Util, DOM, CloudFunc, JsDiff, ace;
|
|||
if (!Msg) {
|
||||
DOM.cssSet({
|
||||
id : 'msg-css',
|
||||
inner : '.msg {' +
|
||||
inner : '#view .msg {' +
|
||||
'z-index' + ': 1;' +
|
||||
'background-color' + ': #7285B7;' +
|
||||
'color' + ': #D1F1A9;' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue