feature(edit) showMessage: ".msg" -> "#view .msg"

This commit is contained in:
coderaiser 2013-10-22 11:55:45 +00:00
parent 6995cf8ad6
commit c1e771b618

View file

@ -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;' +