From fdf55ab617336188632603431ea54224e675e354 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 25 Sep 2013 14:42:44 +0000 Subject: [PATCH] fix(edit) "z-index: 1" -> "z-index: 1;" --- 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 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;' +