From c1e771b61882357aff58291cf4e9bfe4617dd539 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 22 Oct 2013 11:55:45 +0000 Subject: [PATCH] feature(edit) showMessage: ".msg" -> "#view .msg" --- lib/client/edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index 790ca5e3..0bc1bf46 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -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;' +