feature(edit) showMessage color: rgb(49, 123, 249) -> #D1F1A9; background-color: white -> #7285B7

This commit is contained in:
coderaiser 2013-09-27 06:55:53 +00:00
parent 9003083a93
commit 9cb5d1181d

View file

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