高亮fff4bb->ffd700

This commit is contained in:
ckcz123 2020-05-28 14:37:02 +08:00
parent a3c87370a6
commit 64052d1901
2 changed files with 2 additions and 2 deletions

View File

@ -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 () {

View File

@ -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(){