fix reversed color settings
This commit is contained in:
@@ -124,7 +124,7 @@ define([
|
||||
|
||||
// hide all content until the realtime doc is ready
|
||||
$(inner).css({
|
||||
color: '#333',
|
||||
color: '#fff',
|
||||
});
|
||||
documentBody.innerHTML = Messages.initialState;
|
||||
|
||||
@@ -133,7 +133,7 @@ define([
|
||||
var setEditable = module.setEditable = function (bool) {
|
||||
if (bool) {
|
||||
$(inner).css({
|
||||
color: '#fff',
|
||||
color: '#333',
|
||||
});
|
||||
$(module.spinner.get().el).fadeOut(750);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user