Minor modifications.
This commit is contained in:
parent
a0b86b1790
commit
4b3061faf7
@ -186,7 +186,7 @@ div.meshbuttons
|
||||
|
||||
div.meshbuttons img.meshimgbutton
|
||||
{
|
||||
background : #dddddd;
|
||||
background : #dadada;
|
||||
padding : 3px;
|
||||
border : 1px solid #aaaaaa;
|
||||
border-radius : 3px;
|
||||
|
||||
@ -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 = $('<div>').addClass ('meshbuttons').appendTo (contentDiv);
|
||||
@ -258,7 +258,7 @@ ImporterApp.prototype.GenerateMenu = function ()
|
||||
});
|
||||
}
|
||||
|
||||
var meshItem = meshesGroup.AddSubItem (mesh.name, {
|
||||
meshesGroup.AddSubItem (mesh.name, {
|
||||
openCloseButton : {
|
||||
title : 'Show/Hide Details',
|
||||
onOpen : function (contentDiv, mesh) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user