fix(edit) "z-index: 1" -> "z-index: 1;"

This commit is contained in:
coderaiser 2013-09-25 14:42:44 +00:00
parent e5415b89b4
commit fdf55ab617

View file

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