mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Minor color fix.
This commit is contained in:
parent
2c08e09ce0
commit
f01a01b72d
@ -295,7 +295,7 @@ mindplot.IconGroup.RemoveTip = new Class({
|
|||||||
width:10,
|
width:10,
|
||||||
height:10,
|
height:10,
|
||||||
stroke:'0',
|
stroke:'0',
|
||||||
fillColor:'gray'
|
fillColor:'black'
|
||||||
});
|
});
|
||||||
result.appendChild(outerRect);
|
result.appendChild(outerRect);
|
||||||
outerRect.setCursor('pointer');
|
outerRect.setCursor('pointer');
|
||||||
@ -306,7 +306,7 @@ mindplot.IconGroup.RemoveTip = new Class({
|
|||||||
width:8,
|
width:8,
|
||||||
height:8,
|
height:8,
|
||||||
stroke:'1 solid white',
|
stroke:'1 solid white',
|
||||||
fillColor:'#CC0033'
|
fillColor:'gray'
|
||||||
});
|
});
|
||||||
result.appendChild(innerRect);
|
result.appendChild(innerRect);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user