高亮fff4bb->ffd700
This commit is contained in:
parent
a3c87370a6
commit
64052d1901
@ -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 () {
|
||||
|
||||
@ -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(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user