diff --git a/lib/client/edit.js b/lib/client/edit.js index 5408778c..1f34fec7 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -162,7 +162,7 @@ var CloudCmd, Util, DOM, CloudFunc, JsDiff, ace; DOM.cssSet({ id : 'msg-css', inner : '.msg {' + - 'z-index' + ': 1' + + 'z-index' + ': 1;' + 'background-color' + ': white;' + 'color' + ': rgb(49, 123, 249);' + 'position' + ': fixed;' +