diff --git a/website/include/importerapp.css b/website/include/importerapp.css index 351b344..cb39f2e 100644 --- a/website/include/importerapp.css +++ b/website/include/importerapp.css @@ -186,7 +186,7 @@ div.meshbuttons div.meshbuttons img.meshimgbutton { - background : #dddddd; + background : #dadada; padding : 3px; border : 1px solid #aaaaaa; border-radius : 3px; diff --git a/website/include/importerapp.js b/website/include/importerapp.js index 340fbeb..64456cf 100644 --- a/website/include/importerapp.js +++ b/website/include/importerapp.js @@ -244,7 +244,7 @@ ImporterApp.prototype.GenerateMenu = function () document.body.appendChild (input); input.select (); document.execCommand ('copy'); - document.body.removeChild(input) + document.body.removeChild(input); } var meshButtons = $('