Merge pull request #9583 from sethalves/fix-post-tablet-edit-buttons

fix the edit.js toolbar buttons so they don't vanish when moused-over or clicked
This commit is contained in:
Anthony Thibault 2017-02-02 16:01:56 -08:00 committed by GitHub
commit be4fbb63cf

View file

@ -210,7 +210,10 @@ var toolBar = (function () {
var button = toolBar.addButton({
objectName: name,
imageURL: imageUrl,
buttonState: 1,
imageOffOut: 1,
imageOffIn: 2,
imageOnOut: 0,
imageOnIn: 2,
alpha: 0.9,
visible: true
});