From 64052d1901d83931dd8b83eaeb0e923c9da5aa6b Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Thu, 28 May 2020 14:37:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E4=BA=AEfff4bb->ffd700?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _server/editor_blockly.js | 2 +- _server/editor_mappanel.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_server/editor_blockly.js b/_server/editor_blockly.js index e352376b..6548af93 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 ? '#fff4bb' : 'unset'; + blocklyParseBtn.style.background = shouldNotifyParse ? '#ffd700' : 'unset'; } editor_blockly.cancel = function () { diff --git a/_server/editor_mappanel.js b/_server/editor_mappanel.js index 3be66b64..62274615 100644 --- a/_server/editor_mappanel.js +++ b/_server/editor_mappanel.js @@ -816,7 +816,7 @@ editor_mappanel_wrapper = function (editor) { editor.uifunctions.highlightSaveFloorButton=function(){ var saveFloor = document.getElementById('saveFloor'); - saveFloor.style.background='#fff4bb'; + saveFloor.style.background='#ffd700'; } editor.uifunctions.unhighlightSaveFloorButton=function(){