From 9cb5d1181d38c2af513e8b256ffd4cd18c8101b1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 27 Sep 2013 06:55:53 +0000 Subject: [PATCH] feature(edit) showMessage color: rgb(49, 123, 249) -> #D1F1A9; background-color: white -> #7285B7 --- lib/client/edit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index 1f34fec7..6d99bd91 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -163,8 +163,8 @@ var CloudCmd, Util, DOM, CloudFunc, JsDiff, ace; id : 'msg-css', inner : '.msg {' + 'z-index' + ': 1;' + - 'background-color' + ': white;' + - 'color' + ': rgb(49, 123, 249);' + + 'background-color' + ': #7285B7;' + + 'color' + ': #D1F1A9;' + 'position' + ': fixed;' + 'left' + ': 40%;' + 'top' + ': 25px;' +