diff --git a/_server/editor_blockly.js b/_server/editor_blockly.js index 9ab7f75b..e352376b 100644 --- a/_server/editor_blockly.js +++ b/_server/editor_blockly.js @@ -147,7 +147,7 @@ editor_blockly = function () { editor_blockly.highlightParse = function (shouldHighLight) { if (shouldNotifyParse == shouldHighLight) return; shouldNotifyParse = shouldHighLight; - blocklyParseBtn.style.background = shouldNotifyParse ? '#FFCCAA' : 'unset'; + blocklyParseBtn.style.background = shouldNotifyParse ? '#fff4bb' : 'unset'; } editor_blockly.cancel = function () { diff --git a/_server/editor_mappanel.js b/_server/editor_mappanel.js index 8237d950..86a894c0 100644 --- a/_server/editor_mappanel.js +++ b/_server/editor_mappanel.js @@ -830,7 +830,7 @@ editor_mappanel_wrapper = function (editor) { editor.uifunctions.highlightSaveFloorButton=function(){ var saveFloor = document.getElementById('saveFloor'); - saveFloor.style.background='#FFCCAA'; + saveFloor.style.background='#fff4bb'; } editor.uifunctions.unhighlightSaveFloorButton=function(){ diff --git a/_server/editor_table.js b/_server/editor_table.js index 6e792a48..80ed94f4 100644 --- a/_server/editor_table.js +++ b/_server/editor_table.js @@ -71,7 +71,7 @@ editor_table_wrapper = function (editor) {
materials目录下的icons_old.png替换掉icons.png以使用原版图标。